Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.08 KB

readme.md

File metadata and controls

30 lines (19 loc) · 1.08 KB

Terminal Chat App with TCP Sockets

Preview

User 0 User 1
Screenshot 1 Screenshot 2

Nonsimultaneous chat app in terminal build using Sockets in java.

Badges

MIT License GPLv3 License AGPL License

Contributing

Feel free to fork the project and open you PRs, and i will review and merge them.

Installation

You only need JDK installed on your machine.

  1. Navigate to main folder.
  2. open 2 terminal sessions.
  3. run java ChatApp.java in each session.