proto3
There are 52 repositories under proto3 topic.
uber/prototool
Your Swiss Army Knife for Protocol Buffers
scito/extract_otp_secrets
Extract one time password (OTP) secrets from QR codes exported by two-factor authentication (2FA) apps such as "Google Authenticator". The exported QR codes from authentication apps can be captured by camera, read from images, or read from text files. The secrets can be exported to JSON or CSV, or printed as QR codes to console.
yoheimuta/protolint
A pluggable linter and fixer to enforce Protocol Buffer style and conventions.
emicklei/proto
parser for Google ProtocolBuffers definition
seamia/protodot
transforming your .proto files into .dot files (and .svg, .png if you happen to have graphviz installed)
yoheimuta/go-protoparser
Yet another Go package which parses a Protocol Buffer file (proto2+proto3)
coder3101/protols
Language Server for protocol buffers
jet/falanx
Generates F# code from protobuf schema for binary and json format
jinq0123/LuaPbIntf
Binding Protobuf 3 to Lua 5.3
damienbod/Secure_gRpc
Security Experiments with gRPC and ASP.NET Core 5
eerimoq/pbtools
Google Protocol Buffers tools (C code generator).
rowtype-yoga/purescript-protobuf
Google Protocol Buffers for PureScript
tableauio/tableau
A modern configuration converter based on Protobuf (proto3).
FRBoiling/ProtocolGenerator
protobuf 批量管理自动生成方案 实现c#,java,c++等
g4lb/proxy-service
A Proxy service using FastAPI and Protocol Buffers (Proto3)
kfelter/protobuf-example
simple example demonstrating how to use protobuf in golang
AginSquash/GAuthDecrypt
Library for decrypting 2FA secret keys from export QR codes of Google Authenticator app
tahadostifam/Microservice-Project-Demo
Simple microservice project demonstration for learning purposes with GoLang, PotgreSQL & Terraform.
rust-master/micro-services-grpc-rust
Microservices using the proto3(Protocol Buffer) and gRPC in rust
OpenCannabis/Protocol
Canonical protobuf implementation of the OpenCannabis Spec
stringang/protoc-gen-tsd
Protocol Buffers Compiler(protoc) plugin for TypeScript - Generate definition file(d.ts)
devdogukan/grpc-compiler
A Visual Studio Code extension for compiling Protocol Buffers (.proto) files to gRPC code in multiple programming languages.
StayRealHQ/OGMA
A reverse engineering of .proto files for calling the gRPC services of a popular authentic social network.
Advanced-Observability/ioam-api
IOAM API with Protocol Buffers v3
daabr/protoc-gen-temporal-go
Protoc plugin which generates Go code for Temporal workers based on service definitions in protocol-buffer files
muehlburger/heat
Heat is a Go gRPC server and client implementation to control heating termostats.
yuzd/protocodegen
proto3 codegen plugin for idea
BaseMax/FirstProtobufJS
A quick and practical look at Protobuf. If you know what is JSON and how its work, you can see how much Proto-Buf is easy.
dmehra2102/go-backend
backend web development: Golang, Postgres, Redis, Gin, gRPC, Docker, Kubernetes, AWS, CI/CD
isabell-ah/ligtning-network-app
A simple lightning app__to generate invoices
KontainPluton/gRPC-Service
gRPC service in a Web Services course at IMT Mines Alès
mayoz/protobuf-example
An example gRPC implementation for PHP client and server
PickHD/singkatin-revamp
Revamped URL Shortener API's using Golang
truewebber/swift-protoparser
A native Swift library for parsing Protocol Buffer (proto3) files into descriptors. SwiftProtoParser offers full proto3 syntax support, including services, RPC definitions, and custom options, with detailed error reporting and cross-platform compatibility. Designed as a Swift-idiomatic alternative to protoc with seamless Swift Protobuf integration.
emiliogrv/protoc-gen-toolbox
A modular suite of Protobuf compiler plugins (`protoc-gen-*`) designed to generate helpers, documentation, and advanced tooling from `.proto` files. Built in Go, extensible via templates or custom logic.