All Projects → grpc → Grpc Haskell

grpc / Grpc Haskell

Licence: apache-2.0
gRPC library binding for Haskell.

Programming Languages

haskell
3896 projects

Labels

Projects that are alternatives of or similar to Grpc Haskell

Go Grpc
A collection of gRPC and Go examples showcasing features of the framework
Stars: ✭ 127 (-9.93%)
Mutual labels:  grpc
Mtproto
Telegram MTProto and its proxy (over gRPC) in Go (golang). API Layer: 71
Stars: ✭ 133 (-5.67%)
Mutual labels:  grpc
Cmakeprotosgrpc
gRPC + protobuf using CMake example
Stars: ✭ 137 (-2.84%)
Mutual labels:  grpc
Protoeasy Go
Simpler usage of protoc. Deprecated.
Stars: ✭ 129 (-8.51%)
Mutual labels:  grpc
Graphql Mesh
GraphQL Mesh — Query anything, run anywhere
Stars: ✭ 2,114 (+1399.29%)
Mutual labels:  grpc
Flatsharp
Fast, idiomatic C# implementation of Flatbuffers
Stars: ✭ 133 (-5.67%)
Mutual labels:  grpc
Dubbo Go Pixiu
Based on the proxy gateway service of dubbo-go, it solves the problem that the external protocol calls the internal Dubbo cluster. At present, it supports HTTP and gRPC[developing].
Stars: ✭ 124 (-12.06%)
Mutual labels:  grpc
Asgard
Asgarde Framework
Stars: ✭ 138 (-2.13%)
Mutual labels:  grpc
Sea
rpc framework built on grpc
Stars: ✭ 132 (-6.38%)
Mutual labels:  grpc
Grpc Spring Boot Starter
Spring Boot starter module for gRPC framework.
Stars: ✭ 1,829 (+1197.16%)
Mutual labels:  grpc
Almost Famous
🌟 Almost-Famous(成名之路) ——卡牌游戏开源项目,架构使用SpringBoot+Netty+Maven+SpringCloud来搭建多进程分布式框架,包括Cloud、Unique、Login、Game、Match、Battle 等服务。
Stars: ✭ 131 (-7.09%)
Mutual labels:  grpc
Vision4j Collection
Collection of computer vision models, ready to be included in a JVM project
Stars: ✭ 132 (-6.38%)
Mutual labels:  grpc
Abp.grpc
基于 ABP 框架开发的 Grpc 模块,支持 Consul 服务发现与服务注册。Grpc module developed based on ABP framework supports early service discovery and service registration.
Stars: ✭ 134 (-4.96%)
Mutual labels:  grpc
Mix
☄️ PHP CLI mode development framework, supports Swoole, WorkerMan, FPM, CLI-Server / PHP 命令行模式开发框架,支持 Swoole、WorkerMan、FPM、CLI-Server
Stars: ✭ 1,753 (+1143.26%)
Mutual labels:  grpc
Grpcui
An interactive web UI for gRPC, along the lines of postman
Stars: ✭ 2,490 (+1665.96%)
Mutual labels:  grpc
Go Proto Gql
Protobuff plugins for generating graphql schema and golang to graphql bindings. Also supports a graphql gateway (Alpha)
Stars: ✭ 127 (-9.93%)
Mutual labels:  grpc
Go Grpc
A simpler grpc framework
Stars: ✭ 133 (-5.67%)
Mutual labels:  grpc
Grpc Lb
Example for grpc-lb with etcd
Stars: ✭ 140 (-0.71%)
Mutual labels:  grpc
Coolstore Microservices
A full-stack .NET microservices build on Dapr and Tye
Stars: ✭ 1,903 (+1249.65%)
Mutual labels:  grpc
Gax Java
Google API Extensions for Java - shared runtime for clients generated by googleapis/gapic-generator
Stars: ✭ 134 (-4.96%)
Mutual labels:  grpc

gRPC for Haskell

This is an experimental library for using gRPC from Haskell. It's not ready for production use.

The haskell library wraps the C library. Only the client side of RPCs are supported. grpc-haskell does not generate the RPC stubs, nor does it handle proto serialization/deserialization. Projects that generate Haskell code for serialization/deserialization may also generate stubs that use grpc-haskell.

Client side features;

  • [x] Low level API for client calls, streaming and unary.
  • [ ] Higher level client API.

License

grpc-haskell is released under the same license as gRPC, repeated in LICENSE.

Contributing

Please get involved! See our guidelines for contributing.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].