Using web.py as non blocking http-server

后端 未结 4 1949
梦谈多话
梦谈多话 2021-02-05 11:30

while learning some basic programming with python, i found web.py. i got stuck with a stupid problem:

i wrote a simple console app with a main loop that proccesses items

4条回答
  •  旧时难觅i
    2021-02-05 12:03

    or just use Tornado, a non-blocking webserver for Python that has an API similar to webpy - http://www.tornadoweb.org/

提交回复
热议问题