adilansari488/websocket-app

By adilansari488

Updated 9 months ago

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

Image
Web Servers
0

183

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

Docker Pull Command

docker pull adilansari488/websocket-app