【Sanic】Hello world �

原文: http://blog.gqylpy.com/gqy/397

       Sanic is based on the asynchronous function async def func() after python3.6, a lot of online introduction, here is not detailed. One thing to note is that Sanic USES uvloop as the asyncio event loop, uvloop is written by Cython and makes asyncio faster, so we'll start with the basics.

pip3 install sanic

上一篇:宽度优先搜索算法(BSF)


下一篇:Sanic六:Sanic请求对象