An async web server with the runtime written in Rust.
from robyn import Robyn app = Robyn(__file__) @app.get("/") async def h(request): return "Hello, world!" app.start(port=8080)
Robyn is powered by these amazing people