Skip to content
/ chirp Public

A minimal Twitter clone to demonstrate Tornado and MongoDB

Notifications You must be signed in to change notification settings

ajdavis/chirp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A trivial Twitter clone. A set of example apps demonstrating asynchronous Python web frameworks with MongoDB.

Installation

git clone git://github.com/ajdavis/chirp.git cd chirp pip install -I -r requirements.txt

Examples

  • sync/chirp_sync.py: Use PyMongo, the standard blocking driver, with Tornado. See the tragic consequences of mixing a blocking driver with a non-blocking web framework.
  • motor/chirp_motor.py: Use Motor, my non-blocking driver for MongoDB and Tornado.
  • gevent/chirp_gevent.py: Just for completeness, use PyMongo with Gevent.

About

A minimal Twitter clone to demonstrate Tornado and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages