sparckles / Robyn

Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
https://robyn.tech/
BSD 2-Clause "Simplified" License
4.47k stars 231 forks source link

[Feature Request] ASGI Support for other framework #268

Closed sansyrox closed 2 months ago

sansyrox commented 2 years ago

Current Behavior

Currently, Robyn has a very fast server implementation but is coupled to the Robyn framework itself.

Desired Behavior

Implement an interface that could allow other frameworks to use Robyn as their server.


Screenshots / Mockups

Alternatives


sansyrox commented 2 months ago

No. Granian is doing a great job at this.