datacoda / docker-websocket-echo

A test Docker container for a websocket echo server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

datacoda/websocket-echo

This is a very basic websocket echo server based off the tutorial http://autobahn.ws/python/tutorials/echo/

Usage

The container is setup with an entrypoint that takes the port as the first argument. Bind to the corresponding external point either directly with Docker.

docker run -p 8080:8080 datacoda/websocket-echo 8080

You can also just expose it and use a reverse proxy to do the external access.

docker run -expose 80 datacoda/websocket-echo 80

License

MIT

About

A test Docker container for a websocket echo server

License:MIT License


Languages

Language:Python 68.0%Language:Ruby 32.0%