protobuffer
There are 74 repositories under protobuffer topic.
fanliang11/surging
Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming ,The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
AlexStocks/getty
a netty like asynchronous network I/O library based on tcp/udp/websocket; a bidirectional RPC framework based on JSON/Protobuf; a microservice framework based on zookeeper/etcd
duoan/mini-rpc
Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 ZooKeeper 实现服务注册与发现。使用该框架,可将服务部署到分布式环境中的任意节点上,客户端通过远程接口来调用服务端的具体实现,让服务端与客户端的开发完全分离,为实现大规模分布式应用提供了基础支持
thebabush/afl-libprotobuf-mutator
AFLplusplus + libprotobuf-mutator = love
zswang/jpacks
Binary data packing and unpacking.
donutloop/xservice
Framework to generate web APIs
ebergstedt/ProtoBuffer
A simple wrapper library for protobuf-net with async, gzip and less boilerplate.
chxuan/easyrpc
:sunflower:Easy to use RPC framework
Laiye-Tech/serving
TensorFlow Serving based on encrypted model, protect model files from being stolen | 基于加密模型的 TensorFlow Serving ,保护模型文件免于被盗取
li-keli/AspnetCoreApiDoc
📖 aspnet core 2.0 自动生成支持protobuffer的API文档,为APP提供后端服务的NET Core友好框架
email2liyang/grpc-mate
An enterprise ready micro service project base on gRPC
onlpx/pyproto
Automatically generate and decode protobufs without the need of a .proto file.
denysvitali/squid_decoder
A decoder for the Squid page format
infranyx/protohub-template
ProtoHub template is a ProtoHub for storing and building Protocol Buffers (protos) in a pipeline. Golang microservice example Template of this repository is https://github.com/infranyx/go-microservice-template.
Dimon4eg/protobuf-android
Google protocol buffer build for android
manuelzander/python-protoc-plugin
A custom Python protoc plugin
BaseMax/FirstNodeJSgRPC
A example repository to show how you can create your first gRPC webservice (+ Protobuf in HTTP2 protocol) with NodeJS.
motaharinia/springboot-grpcstartereureka
spring-boot microservice with gRPC starter and protobuf3 and eureka. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking, and authentication.
qudenger/network-debug-tool
网络调试助手web版 (TCP network debug tool for embedded devices on web)
bryanhughes/proto-crudl
A simple Erlang database mapping tool that maps protobuffers to a relational schema, generating the .proto as well as all the CRUDL (Create, Read, Update, Delete, and List/Lookup) code. You can now serialize protobuffers from a web client straight to the database using protobuffers. Supports integration with gpb. Currently only support Postgres.
Tochemey/docker-go
[Go]Docker Image for Golang Tools
motaharinia/springboot-grpc
spring-boot microservice with gRPC and protobuf3. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking, and authentication.
hanabi1224/Protobuf.CodeGen.BuildTask
MSBuild task to automatically generate c# files from .proto files
felipegutierrez/explore-akka
This project is a demo of an Akka-http and Akka-cluster running on top of Kubernetes (minikube) and with its own Docker image created by sbt-native-packager. It also includes several other examples of the Akka Classic and Typed (essential, persistence, remote, cluster, stream, HTTP, serialization (Srapy-JSON, Avro, Kryo, protobuffer)).
IBMStreams/streamsx.protobuf
IBM Streams toolkit for parsing and creating Google Protocol Buffers
lorainemg/iot
Application testing The Thinks Stack (https://www.thethingsindustries.com/stack/) apis for iot applications.
pabloesdev1/protomodel
Python Library to generate proto buffer file from python using type annotations
pierlauro/protobufferize
Compile protobuffers via setuptools
wuzhenglin510/chat
netty websocket protobuffer
AliNikfar/MicroServiceSample
A Shopping Website implement with MicroService,CQRS,DDD Architecture, MongoDb , RestFull-Api , EF-ORM , Dapper-ORM ,SQL And PostgreSQL ,ocelot , Redis,Grpc , ProtoBuff, mediatR & ...
daluisgarcia/golang-probuffers-grpc
Protobuf and gRPC implementation project example in golang. Backend with students and tests
Git-Lukyen/google_url_utils
Utilities aimed at working with different types of google url stuff, like proto buff parameters or pagination. Currently in development and I’ll add to it when I need more.
jonathanmdr/gRPC
Example of gRPC with Go
JuanDiegoCastellanos/grpc
A full backend to subscribe some students in several tests, in this project were used gRPC, sockets and Goroutines to maximize the perfomance of each response. In the case when one studen takes an examen and he-she starts to sending answers the client and server will be in data streamin in each side.
oberbichler/protosaurus
Parse and create ProtoBuffer messages at runtime
xoxoist/morph
🌊 Conversion tool between protoc stub and struct