https://github.com/jadogg/jat
Jat - Java Chat
https://github.com/jadogg/jat
chat
Last synced: 4 months ago
JSON representation
Jat - Java Chat
- Host: GitHub
- URL: https://github.com/jadogg/jat
- Owner: JaDogg
- Created: 2020-07-19T19:25:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T20:16:47.000Z (over 5 years ago)
- Last Synced: 2025-02-10T02:13:36.640Z (11 months ago)
- Topics: chat
- Language: Java
- Homepage:
- Size: 755 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`