An open API service indexing awesome lists of open source software.

https://github.com/4cecoder/chatty

chat client and server
https://github.com/4cecoder/chatty

chat go golang minimal terminal-based

Last synced: about 1 year ago
JSON representation

chat client and server

Awesome Lists containing this project

README

          

# chatty

### clone this

`https://github.com/4cecoder/chatty`

`cd chatty`

### build client ON YOUR local computer
`cd cmd/client/ && go build`

### FOR THE SERVER: build the server

`cd cmd/server/ && go build`