stewartpark / Flask-JSGlue

Flask-JSGlue helps hook up your Flask application nicely with the front end.
80 stars 40 forks source link

Support to Quart #29

Open gonza-peralta opened 4 years ago

gonza-peralta commented 4 years ago

I have a project that is using Quart as backend instead of Flask. Although you can patch Flask in Quart for external libraries, there is an issue when make_response directive is used. I adapted your flask_jsglue.py to use Quart instead but it would be nice to have that option in your library.

Thank you.

stewartpark commented 4 years ago

That would be a great addition to this library! I'll gladly take a look and merge your changeset in if you could open a PR!