A simple to use TCP chat server and client which uses Swing.
- Scalable multi client chat server.
- Uses asynchronous I/O with select.
- Uses Java Swing, Sockets and Threading library
In the src
directory type these
$ javac Server.java login.java
$ java Server
$ java login
Rakshith, Revanth, Rahul