/real-time-dashboard-example

a real-time application example that monitors order payment implemented with tornado

Primary LanguagePythonMIT LicenseMIT

real-time dashboard example

Create a real-time application that monitors order payment with tornado, this blog post describes what it's doing.

Want to use this project?

  1. Fork/Clone
  2. Install Redis
  3. Create and activate a virtualenv
  4. Install the requirementspip install -r requirements.txt
  5. Run Server python app.py

Special thanks to

  1. tornado-websocket-example, an amazing repo to bring you to websocket with tornado.
  2. Getting Started With Django Channels, a solid post to get you started with Django Channels, though it's cumbersome to configure Django to run with websocket for the moment. I ended up giving up and turned to tornado instead.