-
Consider using https://github.com/emmett-framework/granian for your wsgi server. More proven and this library can then focus more on the web framework functionality.
-
Hi 👋 I'm not sure wether this makes sense as an issue or should be a discussion instead: to project maintainers, feel free to move this to a discussion if you conclude that's better.
Context: in th…
-
From #97
> > Nginx serves static files
>
> Now that can be (IMO) a more interesting feature request for Granian.
I think it would be very useful to have some sort of static file serving functi…
-
I think the user should be able to create their own reload filter and pass it this way. The current way of customizing reload filters is very limited, while this way removes all limitations.
```pyt…
-
Currently granian bootstrapper is a function. Think about new possible design, rework granian and add uvicorn
-
Hi, I encountered this error randomly but have no idea how to reproduce it intentionally. I use granian asgi with litestar. I use aiohttp for http client and aiomysql for mysql client.
With Uvicorn…
-
- [x] health-checks to fastapi/litestar groups
- [ ] granian group
-
- [ ] Add Support for Python 3.13 and update CI accordingly
- [ ] Drop Support for Python 3.8 ref. #1042
-
### Feature Description
Granian is a HTTP server for python written in Rust who supports ASGI and WSGI, but it introduces a new protocol called RSGI who has an notable better performance.
Project:…
-
**Describe the bug**
Granian doesn't seem to work properly inside a docker container
**To Reproduce**
```
pip install reflex==0.6.1 'granian[reload]'
reflex init
REFLEX_USE_GRANIAN=1 reflex ru…