Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 433 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 433 Bytes

PeerChat

A simple to use TCP chat server and client which uses Swing.

Features

  • Scalable multi client chat server.
  • Uses asynchronous I/O with select.
  • Uses Java Swing, Sockets and Threading library

Running

In the src directory type these

Compiling

$ javac Server.java login.java

Running Server

$ java Server

Running Client

$ java login

Developers

Rakshith, Revanth, Rahul