How to develop a client-server seat booking program via java socket programming ?
- by Haxed
I have a project to develop a client server application in java. This is to be done using socket programming. Our lecturer, used 2 files, the TCPClient.java and TCPServer.java, to make a connection and we typed "Hi" in the client and the server displayed that message.
I need to develop a seat booking application.
Any suggestions for tutorials or tips or a book perhaps would be nice.
Many Thanks