Simple chat client/server

Blake81

Well-known member
Joined
Feb 23, 2006
Messages
304
Location
Georgia, USA
Programming Experience
1-3
I'm working on a messenger program that will have more complex features later, if I can find how to do it (voice, cam), but for now, I'd just like to be able to set up a very simple client and server to test the connection. I don't need all the details about the network stream and writers. My only question is how do I set up the listeners and clients for a specific URL and port. I'm using No-IP and the server URL is http://blakenet.myftp.org. I'll have port forwarding set up on my router so I get the data. I think I can figure out the server part, but I just need some help getting the client to connect to blakenet.myftp.org on a specific port. Thanks.
 
Back
Top