Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 349 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 349 Bytes

java-console-chat

simple chat app using tcp sockets

Details

  • Create a handle and chat with other connected clients continuously
  • Contains a server for clients to connect to, as well as a client class, which uses the command line to take input and write ouput

Extend project TODO

  • GUI client
  • User auth + database
  • Encrypted channel