COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210620170003/https://github.com/topics/proto
Here are
127 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 19, 2021
Rust
🎨 React application prototyping tool for developers and designers 🏗️
Updated
May 12, 2021
JavaScript
An Elixir implementation of gRPC
Updated
Jun 18, 2021
Elixir
drpc is a lightweight, drop-in replacement for 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包,可集成自己的登录系统
Updated
Mar 31, 2021
Java
Gos: Armed Golang 💪 ( solutions for go module, goproxy, cross compilation, etc.)
This repo contains examples and implementations of different types of GRPC services and APIs using Golang.
GoFrame Command Line Interface, which is your helpmate for building GoFrame application with convenience.
User Plane Gateway (UPG) based on VPP
Proto-RL: Reinforcement Learning with Prototypical Representations
Updated
May 3, 2021
Python
5G User Plane Function (UPF) based on VPP
graphql-go schema generator by proto files
[WIP]Katyusha micro service development framework.
NestJS + gRPC: a multi microservices example
Updated
May 31, 2021
TypeScript
Spring boot starter for gRPC framework with JWT authorization
Updated
Jun 18, 2021
Java
A project to create ultra cheap, accessible robots
Provide __proto__ with some limitations
Updated
Aug 30, 2018
JavaScript
gRPC proto 文件自动生成 NuGet 包
Protobuf file generator for the command line
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
Protocol description and documentation used as interface to Skyle eye tracker with gRPC
Updated
Jun 17, 2021
JavaScript
Prototype-oriented programming
Updated
Jul 6, 2020
JavaScript
An extensible program-code-template for creating objects
Updated
May 16, 2020
JavaScript
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
*.proto
file with names:<protofile>_transformer.go
options.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.go
options.pb.st.go