saviorand / lightbug_http

Simple and fast HTTP framework for Mojo! 🔥
MIT License
523 stars 35 forks source link

Conform to ASGI #17

Open saviorand opened 6 months ago

saviorand commented 6 months ago

Currently Lightbug is not ASGI-conformant. Refactoring existing code to adhere to the ASGI specification should make it easier for Python developers to switch to Lightbug. There are some open questions though, e.g if ASGI applies in the context of Mojo. These are to be resolved before this is introduced.