Chat Application in Java: Synopsis Title
Chat Application in Java: Synopsis Title
There can be multiple clients connect to a server and they can chat to each
other, just like in a chat room where everyone can see other users’ messages.
There’s no private chat between two users, for simplicity. Here we are
developing a console based (no GUI for this application) chat application in Java
It uses TCP socket communication .We have a server as well as a client. Both can be run in
the same machine or different machines. If both are running in the machine, the address to
be given at the client side is local host address. If both are running in different machines,
then in the client side we need to specify the ip address of machine in which server
application is running.
Modules:
Features:
System Requirements:
1. Hardware Specifications:
2. Software Specifications: