-
Updated
Aug 29, 2020 - Go
#
proto
Here are 76 public repositories matching this topic...
The Go language implementation of gRPC. HTTP/2 based RPC
electron
react
redux
javascript
konva
architecture
redux-thunk
desktop-application
prototyping
developer-tools
proto
design-tools
front-end-development
konvajs
react-konva
-
Updated
Jul 30, 2020 - JavaScript
An Elixir implementation of gRPC
-
Updated
Aug 19, 2020 - Elixir
Generate message validators from .proto annotations.
-
Updated
Aug 20, 2020 - Go
IM server based on netty. Provides a client jar. Integrate with your own login system.基于netty实现的IM服务端,提供客户端jar包,可集成自己的登录系统
java
ldap
spring
spring-boot
protobuf
netty
instant-messaging
ldap-authentication
im
client-server
proto
webflux
mircoservices
client-jar
-
Updated
Jul 5, 2020 - Java
This repo contains examples and implementations of different types of GRPC services and APIs using Golang.
go
golang
protobuf
examples
example
protocol-buffers
grpc
rpc
grpc-service
proto
protobuf3
grpc-server
grpc-client
grpc-go
grpc-stream
grpc-services
grpc-unary
-
Updated
Apr 13, 2020 - Go
ekhabarov
commented
Dec 20, 2019
At the moment this plugin generates two files for each processed *.proto file with names:
<protofile>_transformer.gooptions.go
In 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.go
graphql-go schema generator by proto files
-
Updated
May 28, 2019 - Go
The project has been migrated to https://github.com/EGT-Ukraine/go2gql.
-
Updated
Jul 31, 2018 - Go
DDet: Dual-path Dynamic Enhancement Network for Real-World Image Super-Resolution, IEEE SPL 2020
-
Updated
Mar 23, 2020
A project to create ultra cheap, accessible robots
arduino
robot
bots
robotics
robot-framework
prototyping
educational
research-tool
robotics-competition
arduino-nano
proto
arduino-robot
accessible-robots
protobots
inexpensive-robot
-
Updated
Sep 20, 2019
Spring boot starter for gRPC framework with JWT authorization
java
jwt
microservices
spring-boot
protobuf
signing
annotations
grpc
interceptor
java-library
grpc-framework
proto
autowire
grpc-java
grpc-library
springboot-starter
jwt-authorization
ownerfield
-
Updated
Aug 19, 2020 - Java
NestJS + gRPC: a multi microservices example
-
Updated
Aug 25, 2020 - TypeScript
This repo has moved
-
Updated
Jul 10, 2017
drpc is a lightweight, drop-in replacement for gRPC
-
Updated
Jul 28, 2020 - Go
Prototype-oriented programming
-
Updated
Jul 6, 2020 - JavaScript
Base MadelineProto per userbot
telegram
telegram-bot
mtproto
base
madelineproto
lite
proto
userbot
telegram-userbot
madeline
tguserbot
-
Updated
May 11, 2018 - PHP
A java RPC framework , gRPC based, smooth and friendly use of gRPC, & spring boot starter
-
Updated
Aug 23, 2020 - Java
eproto is base on msgpack. support protobuf description file format (.proto). can use in Lua(C++/pure lua),javascript and C# ,C++,flutter(dart).eproto是基于msgpack的序列化协议,支持使用protobuf文件格式来定义协议,支持Lua,JavaScript,C#, C++,flutter(dart)。
-
Updated
May 15, 2020 - C++
Improve this page
Add a description, image, and links to the proto topic page so that developers can more easily learn about it.
Add this topic to your repo
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.