|
|
|
|
|
by lyschoening
3587 days ago
|
|
Any people using gRPC and Protocol Buffers from Python with good experiences? The library for Python for one seems very unpythonic to me, starting with all those CamelCase method names. It does not seem possible to use asyncio or any other non-blocking solution on the server. Finally, gRPC obviously only handles the transport: Are there any other useful related Python packages out there for validation etc.? |
|