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

https://github.com/root27/go-chat

Simple multi-user chat using tcp connection
https://github.com/root27/go-chat

chat go multiuser tcp-server terminal-based

Last synced: 9 days ago
JSON representation

Simple multi-user chat using tcp connection

Awesome Lists containing this project

README

          

# Go-Chat

A very simple chat app using tcp in Go

---

## Quick Start

```bash

go run main.go

```

---

## LICENSE

[MIT](LICENSE)