其他分享
首页 > 其他分享> > 【Sanic】Hello world �

【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

标签:detailed,Cython,gqylpy,uvloop,Sanic,world,Hello,asyncio
来源: https://www.cnblogs.com/mypath1/p/11406014.html