问题
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