/go-tcp

multi user chat

Primary LanguageGoMIT LicenseMIT

Go TCP

  • simple multi user chat

Usage

  1. Clone and cd into this project.

  2. In a terminal instance run:

go run .
  1. Open two more terminal instance and run below on both:
telnet 127.0.0.1 6969
  1. Start sending messages from the terminals from where you ran the telnet command.