You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aspen is shedding its request and response objects, to become a "parasitic web framework" (AspenWeb/pando.py#526). What do we want to do over here on Mongs? The plan over on the Aspen project is to officially support Flask-Aspen and django-aspen adapters. Perhaps Flask-Aspen would make sense for Mongs?
@jaraco Given your familiarity with CherryPy, another option would be for you to write and maintain a CherryPy-Aspen adapter, and port Mongs to that.
A third option would be to port to Flask, Django, or CherryPy without the Aspen plugin.
The text was updated successfully, but these errors were encountered:
Okay. We've got a Flask shim inline in Aspen on AspenWeb/pando.py#527. Once that PR lands we can start porting here. Eventually the plan is to factor out Flask-Aspen into its own library.
Aspen is shedding its request and response objects, to become a "parasitic web framework" (AspenWeb/pando.py#526). What do we want to do over here on Mongs? The plan over on the Aspen project is to officially support
Flask-Aspen
anddjango-aspen
adapters. PerhapsFlask-Aspen
would make sense for Mongs?@jaraco Given your familiarity with CherryPy, another option would be for you to write and maintain a
CherryPy-Aspen
adapter, and port Mongs to that.A third option would be to port to Flask, Django, or CherryPy without the Aspen plugin.
The text was updated successfully, but these errors were encountered: