google-protocol-buffers
There are 46 repositories under google-protocol-buffers topic.
elixir-grpc/grpc
An Elixir implementation of gRPC
elixir-protobuf/protobuf
A pure Elixir implementation of Google Protobuf.
ckaznocha/protoc-gen-lint
A plug-in for Google's Protocol Buffers (protobufs) compiler to lint .proto files for style violations.
eigenein/protobuf
Python implementation of Protocol Buffers with dataclass-based schemaʼs
code4game/libprotobuf_ue4
libprotobuf for Unreal Engine 4
uarun/vim-protobuf
Vim syntax highlighting for Google's Protocol Buffers
lasorda/protobuf-language-server
A language server implementation for Google Protocol Buffers
rowtype-yoga/purescript-protobuf
Google Protocol Buffers for PureScript
Xpl0itR/protodec
A tool to decompile protoc compiled protobuf classes back into .proto definitions.
topas/VarintBitConverter
Varint encoding and decoding for .NET
quantranuk/protobuf-nio
Sending and receiving protobuf using NIO socket
minhtran241/protocol_buffers_go_generate
Go bindings for Protocol Buffers instruction
Shivam010/Protocol-Buffer-to-TypeScript-Plugin
Protocol Buffer to TypeScript Plugin is the extension of the Protocol Compiler to compile the proto files into corresponding TypeScript code
abhaystoic/protobuf-parser
A generic python library for parsing Google's protobuf
Shashi-Bhushan/trials
Primary playground for my programming trials
zeevallin/protogen
Command line tool and workflow for organising code generation of Google's protocol buffers across multiple projects
fabian-hk/Secure-Two-Party-Computation
Python implementation of the TPC protocol from the paper "Authenticated Garbling and Efficient Maliciously Secure Two-Party Computation"
ddeka0/P2P
Simulate a simple peer-to-peer network
bosima/protobuf-csharp-port
.NET Standard version of Google.ProtocolBuffers and Google.ProtocolBuffers.Serialization.
cereal-io/cereal-py
[cereal-io Python module] Converting Proto, Avro, and Thrift files with Python
fix8mt/ufeed_bindings_cpp
C++ bindings to UFEed
HQidea/nodejs-protobuf-benchmark
protobuf benchmark in nodejs
LuizFritsch/Database-simulation-using-protobufer
/Working on it/Simulation of a database, using client-server and protocol buffer
ndunks/php-simple-protobuf
PHP Implementation of Google Protocol Buffers
fix8mt/ufeed_bindings_python
Python language binding for UFEed.
mdmedley/pybuf
Modularize Protobuf Code
seanpm2001/Why-you-should-avoid-Google-Protocol-Buffers
🚫️📃️🚫️ An article on the problems with Googles Protocol Buffersprogramming programming language, and what you can do to avoid, alternate from, and thrive
abhiruchikarwa/NSProject
Network Security Project
fix8mt/ufeed_bindings
UFEed bindings for popular languages. UFEed is an open wire protocol based on GPB that is used to communicate with our UFE Gateway and F8ME Matching Engine. Can also be used by any Fix8 application.
fix8mt/ufeed_bindings_csharp
C# language binding to UFEed.
fix8mt/ufeed_bindings_java
Java language binding for UFEed.
mister0/python-socket-server
A simple socket server in python that uses google buffer protocol to receive events and write it to csv file, there is an endpoint (written in java) calling this server in this repository : https://github.com/mister0/java-event-endpoint
pawod/MigrationContainer
Platform independent container format for migration or backup of data
sarangsawant/BankingApplication-Chandy-Lamport-Snapshot
Chandy Lamport Snapshot algorithm implementation using Google’s protocol buffer.
Har-SHAW/HissAndHit
Multiplayer snake game with smooth experience built with Java, multithreading, sockets, and Google Protocol Buffers.