Robyn
Robyn copied to clipboard
Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
**Description** This PR fixes #
**Description** This PR fixes #250
An updated version of #238 Blocked by MagicStack/uvloop#465 —> aio-libs/aiohttp#6600
**Description** This PR fixes #202
Actually increases performance in static files. The static files are now async & JSON is stringified rust side now. Breaking change just responding with text is now not allowed. I...
**Description** When trying to start a Robyn app using the source code on the repo's README.md example, i get a massive error. ```sh Traceback (most recent call last): File "C:\Users\Happy\OneDrive\Documents\Coding...
**Current Behavior** add test results of python's fastest frameworks sanic and robyn,The speed of sanic is much faster than fastapi, and the production use is very stable, I tested the...
**Current Behavior** Very concise documentation in the codebase. **Desired Behavior** I recently had the idea of writing documentation in the codebase like a story or a narration. It should be...
**Current Behavior** I have come to realisation that we require types in the repo. Try adding Monadic error handling. That way, both the rust and python code will become similar...
**Current Behavior** Right now, you can only use per route decorators. **Desired Behavior** Add the ability to add views. Views will allow the ability to better structure the code. As...