- simple multi user chat
-
Clone and cd into this project.
-
In a terminal instance run:
go run .
- Open two more terminal instance and run below on both:
telnet 127.0.0.1 6969
- Start sending messages from the terminals from where you ran the
telnet
command.