christophchamp / flask-socketio

A simple demo of using WebSockets in Kubernetes with an Nginx Ingress Controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask-socketio

A simple demo of using WebSockets in Kubernetes with an Nginx Ingress Controller

by Christoph Champ

Usage

  • Build the Docker image:
$ docker build -t flask-socketio:0.1 .
  • Start a Docker container from the above built image:
$ docker run -d -p 5000:5000 --name socketio flask-socketio:0.1

Now, visit http://localhost:5000 in your web browser.

About

A simple demo of using WebSockets in Kubernetes with an Nginx Ingress Controller


Languages

Language:HTML 69.5%Language:Dockerfile 15.5%Language:Python 15.0%