PDA

Click to See Complete Forum and Search --> : a question of networking


dmartin17
May 14th, 2002, 01:13 PM
I am working on a small little messaging client and i was wonder what was the best approach. It will work like instant messaging. I need the server to be open to take any request that comes in from the client but still be open to send requests out.

any ideas?

thanks

joan_fl
Jun 6th, 2002, 02:00 PM
There are some good article on networking here:

http://www.c-sharpcorner.com/Networking.asp

Specifically for your problem:

http://www.c-sharpcorner.com/Code/2002/Mar/*****PeerChatAsynchSocket.asp

http://www.c-sharpcorner.com/Network/WinChatForNETPL02.asp

http://www.c-sharpcorner.com/Network/ConsoleBasedChatAS.asp

http://www.c-sharpcorner.com/Network/SocketChatBF.asp

http://www.c-sharpcorner.com/internet/remoting_chat_server.asp

http://www.c-sharpcorner.com/internet/chat_server.asp

Hope this helps!