Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A go websockets app
https://github.com/cilindrox/go-chat

Last synced: about 1 month ago
JSON representation

A go websockets app

Awesome Lists containing this project

README

        

# go-chat
A go websockets app

## Setup

Using Docker:

1. `docker build -t go-chat --rm .`
2. `docker run -it -p 8080:8080 --rm --name go-chat-run go-chat`
3. Point your browser to [localhost:8080]()
4. ????
5. Profit!!

Alternatively, use `docker-compose up`