My personal terminal chat. Using a tcp connection to connect an amount of clients to 1 server and chat with each others.
  • Go 92.3%
  • Dockerfile 7.7%
Find a file
Francisco Santos c1d6e9dea9 Terminal Chat 🚩
2021-02-26 17:05:17 +00:00
client.go Terminal Chat 🚩 2021-02-26 17:05:17 +00:00
docker-compose.yaml Terminal Chat 🚩 2021-02-26 17:05:17 +00:00
Dockerfile Terminal Chat 🚩 2021-02-26 17:05:17 +00:00
go.mod Terminal Chat 🚩 2021-02-26 17:05:17 +00:00
main.go Terminal Chat 🚩 2021-02-26 17:05:17 +00:00
README.md Terminal Chat 🚩 2021-02-26 17:05:17 +00:00

Terminal Chat

  • This is a terminal chat built with golang

I practiced tcp connections with this project. I used tcp connections to make a very simple chat