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

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

Awesome Lists containing this project

README

          

# Simple websocket chat

[![pottava/ws-chat](http://dockeri.co/image/pottava/ws-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`