WSGI 服务器 aiowsgi

码农软件 · 软件分类 · 网络工具包 · 2019-02-26 15:28:31

软件介绍

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))

本文地址:https://www.codercto.com/soft/d/182.html

Struts 2 in Action

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》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换