I am trying to make a client/server chat application and I have been searching the internet for about 3 hours but I can't find any good examples. The service should not be P2P instead it should connect to a server within the same network.
What the client should do are the followings:
- Receive text from the server.
- Send text to the server.
I am happy to get any reference or even a better sample codes. (And no I don't have any code yet.)
Edit: It should not be web based