crystal-community / crystal-libraries-needed

A list of libraries that are needed or wanted for the Crystal-Language
141 stars 4 forks source link

gRPC for Crystal #99

Closed proyb6 closed 5 years ago

proyb6 commented 5 years ago

Still await for gRPC to get attention for Crystal.

https://grpc.io/

FAQ https://grpc.io/faq/

The pros that gRPC will soon dominate microservices with ease of development and performance benefits open up across your web applications is enormous.

RX14 commented 5 years ago

requires http2, which @ysbaddaden started but isn't production ready.

Making an H2 shard play well with the stdlib (or even including it in the stdlib) likely requires some stdlib work though, see https://github.com/crystal-lang/crystal/issues/6011.

These are all problems which need work before gRPC can be worked on. They'd help other usecases too.

Protobuf seems to be in a working state, see https://github.com/jeromegn/protobuf.cr.

proyb6 commented 5 years ago

Will take a look!

In addition, I haven’t found FlatBuffers in Crystal, would this be feasible to build since the benefits is useful for most case.

alexanderadam commented 5 years ago

Duplicate of #88