Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 592 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 592 Bytes

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.