lightbug_http
lightbug_http copied to clipboard
Simple and fast HTTP framework for Mojo! 🔥
The server should support multiple simultaneous connections
**Is your feature request related to a problem? Please describe.** Would be nice to be able to say that a website I made with this is "secure" (the s in...
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...
Hello, here is what we've got so far: - upgrade http request to websocket - send all size - receive all size - works with select for non-blocking *all sizes...
Currently traits are not used properly. E.g. actual server implementations (`PythonServer` and `SysServer`) do not inherit from the `ServerTrait`. This is because historically I've done things like return concrete implementations...
Might need to improve the UX of setting headers as well. Don't forget to add to `client.mojo` and the README