GitHub topics: protobuf-java
mscheong01/krotoDC
Protobuf Kotlin Dataclass, Converter & Custom Kotlin Coroutine gRPC Generator
Language: Kotlin - Size: 51.4 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 96 - Forks: 10

inomera/pims-grpc
multi module spring boot grpc example project
Language: Java - Size: 151 KB - Last synced at: about 6 hours ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

yeriomin/play-store-api
Google Play Store protobuf API wrapper in java
Language: Java - Size: 7.33 MB - Last synced at: 16 days ago - Pushed at: over 4 years ago - Stars: 332 - Forks: 131

AppsFlyer/pronto
Clojure support for protocol buffers
Language: Clojure - Size: 910 KB - Last synced at: 13 days ago - Pushed at: 11 months ago - Stars: 115 - Forks: 9

cherkavi/java-code-example
examples of java code, core features of different versions, skeletons of different frameworks
Language: Java - Size: 5.43 MB - Last synced at: 3 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 4

S1artie/mapstruct-spi-protobuf
A Mapstruct SPI extension to map protobuf-java classes to POJOs, Immutables, Records and other protobufs
Language: Java - Size: 106 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

Auties00/ModernProtobuf
A modern implementation of protoc to serialize, deserialize and generate java sources from protobuf schemas
Language: Java - Size: 1.54 MB - Last synced at: 1 day ago - Pushed at: 4 months ago - Stars: 40 - Forks: 5

hacimertgokhan/denis
Cache And protobuff based database language.
Language: Java - Size: 56.9 MB - Last synced at: 14 days ago - Pushed at: 3 months ago - Stars: 17 - Forks: 1

asarkar/grpc-test
Includes a JUnit 5 Extension that can automatically release gRPC resources at the end of the test
Language: Kotlin - Size: 87.9 KB - Last synced at: 14 days ago - Pushed at: over 2 years ago - Stars: 28 - Forks: 1

fengfshao/dynamic-proto
运行时动态构建protobuf message的一种方案,无需任何protoc编译
Language: Java - Size: 27.3 KB - Last synced at: 9 months ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 1

leohilbert/protoc-gen-java-leo
custom protoc java compiler for mutable message-classes and other additional features
Language: Java - Size: 1.64 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

heyimblake/charbalancer-client-java
A simple Java client of the CharBalancer microservice using gRPC and Protobuf.
Language: Java - Size: 11.7 KB - Last synced at: 11 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

asarkar/okgrpc
gRPC Java client and CLI
Language: Kotlin - Size: 207 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

apssouza22/modern-api-management
A modern approach to manage APIs effectively using Protobuf
Language: Shell - Size: 18.9 MB - Last synced at: 11 months ago - Pushed at: about 3 years ago - Stars: 52 - Forks: 3

valaphee/protod
Protobuf Decompiler
Language: Kotlin - Size: 134 KB - Last synced at: 20 days ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1

efenglu/jprotoc
Sample use case of Protoc Plugin written in Java
Language: Java - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 9 - Forks: 3

mbe24/zmq-protocol
POC client/server application based on JeroMQ enhanced with message (de)serialization powered by protobuf
Language: Java - Size: 120 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

numq/protobuf-descriptor-parser
Protocol Buffers descriptors parsing library
Language: Kotlin - Size: 69.3 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

fabri1983/java2proto2grpc
Java -> Protocol Buffers -> gRPC. Plus additional programmatic conversion api for DTOs and/or Domain Model Objects to protobuf and viceversa. Plus Consul Service Discovery.
Language: Java - Size: 431 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

759434091/reactor-rpc4j
极简响应式RPC框架 Minimal Reactive RPC Framework
Language: Java - Size: 104 KB - Last synced at: 5 months ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 0

os72/protobuf-java-shaded-360
Protocol Buffer Java API - shaded version 3.6.0
Language: Java - Size: 731 KB - Last synced at: 12 months ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 1

luciopaiva/protobuf-memory-optimizations
Simple experiment to show how reusing objects can hugely decrease the number memory allocations needed to handle protobuf messages.
Language: Java - Size: 59.6 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

changvvb/scala-protobuf-java
A conversion tool between scala types and protobuf-java types.
Language: Scala - Size: 177 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 13 - Forks: 2

dhaval-d/java-native-demo
Demo of Java application passing protobuf to native application using JNI
Language: C++ - Size: 1.26 MB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 4 - Forks: 4

daggerok/spring-cloud-stream-protobuf-rabbitmq
This repository contains RabbitMQ Protobuf starters with its usage samples for spring-rabbit and spring-cloud-starter-stream-rabbit modules
Language: Kotlin - Size: 93.8 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

yunlong826/wheel4j
基于Dubbo源码,实验一个简易版Wheel,项目基于Spring容器,并以Zookeeper为注册中心,在进行Rpc通信的时候是在Netty框架的基础上进行通信。理解该项目会让你对Spring源码与Dubbo源码有一定的认识,并让你对Rpc通信原理不再陌生。
Language: Java - Size: 988 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 2

Stanislav-Povolotsky/JAVA-Protocol-Buffers-Example
Example: how to use protobuf with JAVA
Language: Java - Size: 59.6 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Coo0lCo/netty-protobuf-websocket-server
netty-protobuf-websocket-server / web-test-demo
Language: Java - Size: 2.63 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

os72/protobuf-java-shaded-351
Protocol Buffer Java API - shaded version 3.5.1
Language: Java - Size: 1.17 MB - Last synced at: 12 months ago - Pushed at: about 7 years ago - Stars: 4 - Forks: 2

xSAVIKx/proto-json-same-fields-issue
Companion repository for issue https://github.com/protocolbuffers/protobuf/issues/7641
Language: Java - Size: 62.5 KB - Last synced at: 2 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

aindriu18/BankService
Distributed Systems Assignment testing us on gRPC and JmDNS. Collaborators are Andrew English and Paul Hughes
Size: 174 KB - Last synced at: 9 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

jiumao-org/we-mall
A lightweigh mall, simple and esay.
Language: Java - Size: 1.97 MB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 6 - Forks: 5

aroraayush/java-netty-protobuf-chat-application
P2P Netty Chat application | A simple chat client and server with Netty with Protocol Buffers as chat wire format.
Language: Java - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

guedim/grpc
Grpc and protocol buffers examples
Language: Python - Size: 6.78 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

eikemeier/proto-java
Demonstration for https://github.com/protocolbuffers/protobuf/issues/8925
Language: Starlark - Size: 19.5 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

aiyanbo/sbt-protoc
🔢 A plugin for sbt that transforms *.proto files to Java source files
Language: Scala - Size: 62.5 KB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

dernasherbrezon/protobuf-gcless
Java protobuf gc-friendly implementation
Language: Java - Size: 356 KB - Last synced at: 11 days ago - Pushed at: 7 months ago - Stars: 9 - Forks: 1

ebfhub/java-protobuf-no-gc
Protobuf parser/encoder that does not allocate memory when handling stream of data
Language: Java - Size: 441 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

vgkholla/plant-tracker
Server side application to track gardening activities. Built with CosmosDB, gRPC and GraphQL.
Language: Java - Size: 474 KB - Last synced at: 12 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

os72/protobuf-java-shaded-3-11-1
Protocol Buffer Java API - shaded version 3.11.1
Language: Java - Size: 1.62 MB - Last synced at: 12 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

ccworld1000/CCProtobufTool
CCProtobufTool convert proto tool for mac
Language: Swift - Size: 147 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

rivkaer/SimpleProtobuf
Java中使用ProtobufDemo的一个实例,包含Android及J2EE平台示例项目.
Language: Java - Size: 177 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MarcBru107/openapi3-request-finder
Language: Java - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

HarshadRanganathan/protobuf-examples
Protobuf code examples
Language: Java - Size: 70.3 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

759434091/jprotobuf-annotation-processor
jprotobuf-annotation-processor 代替jProtobuf-precompile-plugin插件
Language: Kotlin - Size: 67.4 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

yhskgo/protobuf
Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

clevekim00/WebSocket-SpringBoot-NodeJS
This project explain WebSocket usage via between Spring Boot server as NodeJs client.
Language: Java - Size: 484 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

krishnadwypayan/MetricConverter
Metric Converter using gRPC
Language: Java - Size: 58.6 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

os72/protobuf-java-shaded-261
Protocol Buffer Java API - shaded version 2.6.1
Language: Java - Size: 389 KB - Last synced at: 12 months ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 0

protobufel/protobufel-grammar
ProtoBuf Java Parser and FileDescriptor Builder
Language: Java - Size: 521 KB - Last synced at: 15 days ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 1

os72/protobuf-java-shaded-250
Protocol Buffer Java API - shaded version 2.5.0
Language: Java - Size: 343 KB - Last synced at: 12 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

os72/protobuf-java-shaded-241
Protocol Buffer Java API - shaded version 2.4.1
Language: Java - Size: 274 KB - Last synced at: 12 months ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 1
