Python lightweight server for embedded devices [closed]

自闭症网瘾萝莉.ら 提交于 2019-12-25 08:31:55

问题


Is there any lightweight Python server for embedded processors ( to 10 MB )? Do I need any framework for developing pages on this small server or can I do that in plain Python?


回答1:


bottle.py might be what you're looking for. It is a light-weight framework, as well as a server.

web.py is similar.

I'm not sure of your exact needs or requirements, but they are two good options to investigate.



来源:https://stackoverflow.com/questions/5267066/python-lightweight-server-for-embedded-devices

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!