Skip to content

Experiment using messaging for real-time connection between JS frontend and Python backend

Notifications You must be signed in to change notification settings

cesium-ml/message_flow

Repository files navigation

Message Flow Demo

Demonstrates how to set up a Python web service with WebSockets for pushing messages from server to front-end.

Installation

  • Install nginx
  • Install supervisord
  • Edit the Makefile to point to supervisord
  • pip install -r requirements.txt

Running

  • make
  • Connect to http://localhost:5000

System outline

About

Experiment using messaging for real-time connection between JS frontend and Python backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published