Skip to content

kumiDa/PeerChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages