2024-12-23
mesop is popular with AI apps, since is can be used to build web apps with Python without frontend works.
mesop is developed upon the popular frontend framework flask. How about combine the natural abilities of flask while developing with mesop? Let do a little research.
Access flask request instance(including headers, cookies) In any mesop page, you may simply access flask.request, flask.request.cookies, flask.request.headers by importing flask. For example
import flask import mesop as me @me.
Continue reading