Sign inSign up

adilansari488/websocket-app

By adilansari488

•Updated over 2 years ago

This is a sample websocket app that you can try deploying on your environment.

Image
Web servers
0

2.0K

adilansari488/websocket-app repository overview

⁠Overview

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.

⁠Usage

docker pull adilansari488/websocket-app:latest
docker run -p 8819:8819 adilansari488/websocket-app:latest

Tag summary

Content type

Image

Digest

sha256:9beb36d5a…

Size

48.9 MB

Last updated

over 2 years ago

docker pull adilansari488/websocket-app