jgaskins / grpc

Pure-Crystal implementation of gRPC
MIT License
77 stars 12 forks source link

Question: Is the HTTP2 server fully implemented and tested against the HTTP2 specs? #1

Closed eliasjpr closed 4 years ago

jgaskins commented 4 years ago

It only has enough of HTTP/2 implemented to handle the simplest gRPC request/response model right now. I've experimented with the idea of adding support for streaming gRPC requests and responses, but I'm not trying to build a general-purpose HTTP/2 library.

If that's what you're looking for, check out the ysbaddaden/http2 shard. It's incomplete and still needs a little bit of work to be used from outside itself, but it is tested against the HTTP/2 specs and is a general-purpose HTTP/2 library.