Javatpoint Logo

client server chat

By: ashish*** On: Sat Dec 05 23:54:06 IST 2015     Question Reputation0 Answer Reputation0 Quiz Belt Series Points0  0Blank User
I have written a code for client server chat.But i noticed a limitation in it.And the limitation is that client can send only one message at a time.I have opened two command prompts,if client sends one message then it gets blocked until the server does not responds for the first message.I want that client should send as much message as it wishes and server should reply it.As it happens in real life chat applications.

Pleas help me guys in making this app as i want to use it in my project.
Up0Down