The Wayback Machine - https://web.archive.org/web/20220624024016/https://github.com/topics/proto
Here are
149 public repositories
matching this topic...
The Go language implementation of gRPC. HTTP/2 based RPC
A native gRPC client & server implementation with async/await support.
-
Updated
Jun 21, 2022
-
Rust
🎨 React application prototyping tool for developers and designers 🏗️
-
Updated
Jun 17, 2022
-
JavaScript
drpc is a lightweight, drop-in replacement for gRPC
An Elixir implementation of gRPC
-
Updated
Jun 13, 2022
-
Elixir
Generate message validators from .proto annotations.
IM server based on netty. Provides a client jar. Integrate with your own login system.基于netty实现的IM服务端,提供客户端jar包,可集成自己的登录系统
-
Updated
Mar 31, 2021
-
Java
Gos: Armed Golang 💪 ( solutions for go module, goproxy, cross compilation, etc.)
GoFrame Command Line Interface, which is your helpmate for building GoFrame application with convenience.
This repo contains examples and implementations of different types of GRPC services and APIs using Golang.
User Plane Gateway (UPG) based on VPP
[WIP]Katyusha micro service development framework.
Proto-RL: Reinforcement Learning with Prototypical Representations
-
Updated
Jun 12, 2022
-
Python
NestJS + gRPC: a multi microservices example
-
Updated
Jun 2, 2022
-
TypeScript
5G User Plane Function (UPF) based on VPP
graphql-go schema generator by proto files
Spring boot starter for gRPC framework with JWT authorization
-
Updated
Jun 15, 2022
-
Java
a tool for parse xlsx and export to other fomart and data, such as: protobuf3 file and buffers, golang, csharp and so on
The tool you need for your GRPC clients and backends
-
Updated
Jul 30, 2021
-
TypeScript
A project to create ultra cheap, accessible robots
Provide __proto__ with some limitations
-
Updated
Aug 30, 2018
-
JavaScript
-
Updated
Jun 23, 2022
-
JavaScript
Demo of a service defined with gRPC, a server written in Go, and three clients, a command line one, a web one, and one with a GUI written with Qt/QML
-
Updated
Jul 30, 2020
-
Makefile
Protobuf file generator for the command line
gRPC proto 文件自动生成 NuGet 包
Improve this page
Add a description, image, and links to the
proto
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
proto
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
At the moment this plugin generates two files for each processed
*.protofile 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.go