Rocket is a web server designed to handle the increased needs of modern web applications. It can serve WSGI applications and middleware currently with the ability to be extended into a (Fast/Simple)CGI server as well.
Rocket runs on cPython 2.5-3.x and Jython 2.5 (without the need to run through the 2to3 translation tool). Rocket is similar in purpose to Cherrypy's Wsgiserver.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· major bug: URLs with codes in them were not being parsed properly
· minor bug: occasionally monitor would raise an exception on shutdown