An open API service indexing awesome lists of open source software.

https://github.com/mnyoshie/ezgrpc

A grpc server in C
https://github.com/mnyoshie/ezgrpc

grpc grpc-server

Last synced: about 1 year ago
JSON representation

A grpc server in C

Awesome Lists containing this project

README

          

# EZgRPC

This has deprecated and superceded by ezgrpc2 https://github.com/mnyoshie/ezgrpc2

Still in its draft.

requires: -lnghttp2 -lpthread -lz

- does not support over TLS.
- does not support streaming messages.
- only works on unix machine with poll.

Even though it's marketed as `EZ`, you'd have to deal with serialization
for each service.

Requires further testing.