|
-
Jan 27th, 2007, 05:24 PM
#1
Thread Starter
Lively Member
Need advice on client/server application
Hi there.
I could use some advice on what technology to use to establish communications between my clients and server.
I would usually use sockets to communicate. But since I'm starting from scratch now, I'm asking if there is anything better.
Also, is using the new WCF an option?
Thanks in advance.
-
Jan 27th, 2007, 06:40 PM
#2
Re: Need advice on client/server application
What type of application is it going to be, what's the purpose? The technology used often depends on the solutions purpose.
If you need to communicate using clients and a server then sockets nearly always the best way.
Is it for VB6 or .Net? I'd use the winsock control or Winsock API for vb6. For .Net i'd use either the System.Net namespace or this componant which works like a vb6 Winsock:
http://www.codeproject.com/useritems/winsock2005.asp (.NET 2005)
http://www.codeproject.com/vb/net/winsockdotnet.asp (Previous versions of .NET)
-
Jan 27th, 2007, 06:49 PM
#3
Thread Starter
Lively Member
Re: Need advice on client/server application
It would be in .NET 2.0 (or 3.0 if WCF is worth using, might as well get familiar with it).
The application is a 4 player game, and transmitted data would consist of plain text (and not that very much of it).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|