├── src/ │ ├── api/ # FastAPI routes and endpoints │ ├── grpc/ # gRPC service implementation │ │ ├── generated/ # Auto-generated protobuf files │ │ └── service.py # gRPC service logic │ ├── websocket ...
A high-performance React Native HTTP server library, implemented in Rust, supporting dynamic request handling and static file serving. Supports both static file serving and dynamic API handling. It ...