Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 281 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 281 Bytes

Simple TCP chat

This is just a simple chat (with private messaging).

Usage:

  • First run docker compose up
  • After that you can connect using nc localhost 8080 or whatever method use to connect to a TCP server
  • Write your username (must be unique)
  • Start sending messages