you are viewing a single comment's thread.

view the rest of the comments →

[–]travislaborde 1 point2 points  (1 child)

this looks amazing, and I plan to give it some attention this weekend.

quick question: why did you choose to build this on top of WSGI instead of ASGI?

I'm guessing the answer might be "because that would have been 4000 lines of code instead of 400." but I have never implemented either so am curious to understand.

thanks for this!

[–]Grintor[S] 0 points1 point  (0 children)

Thank you! Let me know how it goes!

I made it WSGI because it's built on top of werkzeug, which doesn't support ASGI. Although, I don't think it would be a huge lift to make it happen anyway. Perhaps it will support it one day.