Skip to content

bohnen/simplebgjobwithtornado

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tornado with zmq sample project

This is my spare time "how-to-use xx?" project. To get used to tornado5 with async background job.

prerequisite

  • pip install tornado > 5.0
  • pip install pyzmq

Files

  • wsserver.py -- Web Application. Simple websocket (tornado ioloop)
  • rate.py -- Background Application. generate dummy FX rate per second. Using pyzmq pub/sub.
  • getrate.py -- ZMQ subscriber sample (pure asyncio)

Run

About

tornado with bg job

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published