This is a sample websocket app that you can try deploying on your environment.
2.0K
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
Content type
Image
Digest
sha256:9beb36d5a…
Size
48.9 MB
Last updated
over 2 years ago
docker pull adilansari488/websocket-app