An open API service indexing awesome lists of open source software.

https://github.com/jadogg/jat

Jat - Java Chat
https://github.com/jadogg/jat

chat

Last synced: 4 months ago
JSON representation

Jat - Java Chat

Awesome Lists containing this project

README

          

# Jat - Java chat
* This is just a Toy application!!
* Uses NIO ServerSocketChannel, SocketChannel & Selectors
* Both client and server uses selectors
* Both client and server uses 1 thread for communicating
* Client uses a separate UI thread
* First message sent is used as a name

# Running
* Server: `java ChatServer.java 9091`
* Client: `java -cp jexer-0.3.2.jar ChatClient.java localhost 9091`