The Go language implementation of gRPC. HTTP/2 based RPC
-
Updated
Sep 13, 2020 - Go
{{ message }}
The Go language implementation of gRPC. HTTP/2 based RPC
An Elixir implementation of gRPC
Generate message validators from .proto annotations.
IM server based on netty. Provides a client jar. Integrate with your own login system.基于netty实现的IM服务端,提供客户端jar包,可集成自己的登录系统
This repo contains examples and implementations of different types of GRPC services and APIs using Golang.
At the moment this plugin generates two files for each processed *.proto file with names:
<protofile>_transformer.gooptions.goIn this case it's hard to say were these files auto-generated or weren't by its names.
Use additional file extension for auto-generated files: *.pb.st.go, as a result files should be named as :
<protofile>.pb.st.gooptions.pb.st.gographql-go schema generator by proto files
The project has been migrated to https://github.com/EGT-Ukraine/go2gql.
DDet: Dual-path Dynamic Enhancement Network for Real-World Image Super-Resolution, IEEE SPL 2020
Spring boot starter for gRPC framework with JWT authorization
NestJS + gRPC: a multi microservices example
A project to create ultra cheap, accessible robots
This repo has moved
drpc is a lightweight, drop-in replacement for gRPC
Prototype-oriented programming
Base MadelineProto per userbot
A java RPC framework , gRPC based, smooth and friendly use of gRPC, & spring boot starter
Add a description, image, and links to the proto topic page so that developers can more easily learn about it.
To associate your repository with the proto topic, visit your repo's landing page and select "manage topics."
We should also hook up a grpc-go client to test the interop with the
tonicserver.Currently, in https://github.com/hyperium/tonic/blob/master/interop/test.sh we only test
tonicclient ->grpc-goserver andtonicclient totonicserver. We should add an additional client test that will go from agrpc-goclient totonicserver.