raspi + flask + ngrok
使用Flask在Raspberry Pi上写web application,然后使用ngrok反向代理,让此web application可以在公网访问。
使用Flask在Raspberry Pi上写web application,然后使用ngrok反向代理,让此web application可以在公网访问。
2019-03-11 webpy web flask python
测试两个框架的效率。逻辑相同,都是map "/" to handler,然后这个handler里render template index.html
(继承自base.html
),渲染模版都是用jinja2
Python's web framework is quite similar to each other, thanks to the WSGI standard, so the first time when you learn a new Python web development framework, there are a few essential things you should know, and those will help you to get started fast.