cs01 / pyxtermjs

A fully functional terminal in your browser.
MIT License
361 stars 92 forks source link

rewrite backend with async functions/Quart #30

Open cs01 opened 1 year ago

davidism commented 1 year ago

You could also look at Quart, a drop-in ASGI implementation of Flask with websocket support. Might be easier than rewriting the whole thing. @pgjones and I would appreciate any feedback too. :-)

cs01 commented 1 year ago

Oh cool, yes that would be much easier, thanks!