jakub-gawlas / chat-tcp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat room over TCP

It's very naive, non-scalable implementation of chat room server.

To run server on localhost:8080:

go run .

Connect to server:

nc localhost 8080

Write message and press enter. Server broadcasts message to all connected clients.

TODO:

  • todo in comments
  • tests unit & e2e

About


Languages

Language:Go 100.0%