python的WEB容器框架
| Name | Homepage | Description |
|---|---|---|
| cgi | Run as CGI script | |
| flup | flup | Run as Fast CGI process |
| gae | gae | Helper for Google App Engine deployments |
| wsgiref | wsgiref | Single-threaded default server |
| cherrypy | cherrypy | Multi-threaded and very stable |
| paste | paste | Multi-threaded, stable, tried and tested |
| rocket | rocket | Multi-threaded |
| gunicorn | gunicorn | Pre-forked, partly written in C |
| fapws3 | fapws3 | Asynchronous, written in C |
| tornado | tornado | Asynchronous, powers some parts of Facebook |
| twisted | twisted | Asynchronous, well tested |
| diesel | diesel | Asynchronous, based on greenlet |
| meinheld | meinheld | Asynchronous, partly written in C |
| bjoern | bjoern | Asynchronous, very fast and written in C |
| auto | Automatically selects an available server adapter | |
| bottle | bottle | Bottle是一个小巧的Python Web开放框架,源码只有一个文件.多线程服务器,多服务器进程. |
本文介绍了Python中用于构建Web应用程序的多种容器框架,包括CGI、Flup、gae、wsgiref、CherryPy、Paste、Rocket、Gunicorn、Fapws3、Tornado、Twisted、Diesel、Meinheld、Bjoern和Auto,以及它们各自的特点和适用场景。
173

被折叠的 条评论
为什么被折叠?



