Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cilindrox/go-chat
- Owner: cilindrox
- License: mit
- Created: 2015-05-09T18:53:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-22T21:01:44.000Z (over 8 years ago)
- Last Synced: 2024-04-15T01:05:50.477Z (9 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`