Skip to content

AxewBoTX/go-tcp-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Golang CLI Chat App

Simple TCP chat app implementation in golang.
I used the basic standard library provided by golang in order to make this project, and I also used fatih/color for displaying colors in the CLI.

This project uses simple json encoding and decoding in order to transfer data over the network.

You can refer to following links in order to learn more about this project.

About

TCP chat app in golang.

Resources

License

Stars

Watchers

Forks