All Projects → cesium-ml → message_flow

cesium-ml / message_flow

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

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Nginx
273 projects
Makefile
30231 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].