adilansari488/websocket-app
This is a sample websocket app that you can try deploying on your environment.
183
This docker image runs a simple websocket server written in python using websockets library. The code is available here. This docker container when runs, it runs on port no. 8819 so you need to expose this port using -p option while running the container.
docker pull adilansari488/websocket-app:latest
docker run -p 8819:8819 adilansari488/websocket-app:latest
docker pull adilansari488/websocket-app