Show HN: Faster FastAPI with simdjson and io_uring on Linux 5.19
Remote Procedure Calls Up to 100x Faster than FastAPI Most modern networking is built either on slow and ambiguous REST APIs or unnecessarily complex gRPC. FastAPI, for example, looks very approachable. We aim to be equally or even simpler to use. FastAPIUJRPC pip install fastapi uvicorn pip install ujrpc from fastapi…