https://github.com/pottava/gorilla-websocket-chat
WebSocket simple app
https://github.com/pottava/gorilla-websocket-chat
docker websocket
Last synced: about 2 months ago
JSON representation
WebSocket simple app
- Host: GitHub
- URL: https://github.com/pottava/gorilla-websocket-chat
- Owner: pottava
- Created: 2018-12-25T18:06:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T08:41:17.000Z (almost 7 years ago)
- Last Synced: 2023-03-25T19:19:50.655Z (about 3 years ago)
- Topics: docker, websocket
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple websocket chat
[](https://hub.docker.com/r/pottava/ws-chat/)
Supported tags and respective `Dockerfile` links:
・latest ([prod/linux/1.0/Dockerfile](https://github.com/pottava/gorilla-websocket-chat/blob/master/prod/linux/1.0/Dockerfile))
・1.0 ([prod/linux/1.0/Dockerfile](https://github.com/pottava/gorilla-websocket-chat/blob/master/prod/linux/1.0/Dockerfile))
・1.0-win ([prod/windows/1.0/Dockerfile](https://github.com/pottava/gorilla-websocket-chat/blob/master/prod/windows/1.0-2016/Dockerfile))
・1.0-win2019 ([prod/windows/1.0/Dockerfile](https://github.com/pottava/gorilla-websocket-chat/blob/master/prod/windows/1.0-2019/Dockerfile))
## Usage
`docker run -d -p 8080:8080 pottava/ws-chat:1.0`