Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 475 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 475 Bytes

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