Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 309 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 309 Bytes

chat

1. Features

  • Fully anonymous chat room
  • Command-line-like experience

2. Get Started

nohup java -jar chat.jar --spring.profiles.active=[PROFILE] > console.log 2>&1 &

3. Development Plans

  1. Matching System
  2. Refactor with asynchronous/non-blocking code
  3. Chatting Commands