This folder contains a gRPC-based Rust server implementing CRUD operations for a news list. It features a batched GetNews
API, allowing efficient retrieval of multiple news items.
- CRUD Operations: Create, Read, Update, and Delete news items.
- Batched News Retrieval: Fetch multiple news items in a single request.
- gRPC Interface: Efficient and modern protocol for inter-service communication.
Start the server with:
cargo run
The server supports reflection api by default
grpcurl -plaintext localhost:50051 list