- 授权协议: 未知
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://aiowsgi.readthedocs.org/
软件介绍
aiowsgi 是基于 Python 3.4 的 Asyncio 实现的一个最小化的 WSGI 服务器。
示例代码:
>>> loop = asyncio.get_event_loop() >>> args = WSGIProtocol.factory(application, ... host='127.0.0.1', ... port=8000) >>> task = asyncio.async(loop.create_server(*args))
Struts 2 in Action
Don Brown、Chad Davis、Scott Stanlick / Manning Publications / 2008.3 / $44.99
The original Struts project revolutionized Java web development and its rapid adoption resulted in the thousands of Struts-based applications deployed worldwide. Keeping pace with new ideas and trends......一起来看看 《Struts 2 in Action》 这本书的介绍吧!
