我刚开始学习 Falcon(http://falcon.readthedocs.org/en/latest/user/quickstart.html),但它需要一个运行的 Web 服务器和建议使用 uwsgi 或 gunicorn 的文档。
尽管他们已经提到如何将它与 gunicorn 一起使用
$ pip install gunicorn #install
$ gunicorn things:app #and run app through gunicorn.
但我想用 uwsgi 运行这个示例应用程序。但我不知道该怎么做。
我pip install uwsgi
也gevent
按照这里的建议安装了它http://falcon.readthedocs.org/en/latest/user/install.html
但现在呢。有人指导我。