-
Updated
Mar 6, 2021 - C++
#
protobuf
Here are 1,963 public repositories matching this topic...
Protocol Buffers - Google's data interchange format
FlatBuffers: Memory Efficient Serialization Library
javascript
python
c
java
go
c-sharp
rust
c-plus-plus
serialization
typescript
protobuf
cross-platform
flatbuffers
zero-copy
marshalling
grpc
rpc
json-parser
mmap
serialization-library
-
Updated
Mar 6, 2021 - C++
Protocol Buffers for Go with Gadgets
-
Updated
Feb 18, 2021 - Go
Remote Administration Tool for Windows
windows
c-sharp
security
remote-control
administration
protobuf
dotnet
mono
remote
rat
net
remote-desktop
red-team
-
Updated
Feb 8, 2021 - C#
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
-
Updated
Mar 5, 2021 - Go
High performance, simple, extensible golang open source network library
-
Updated
Mar 2, 2021 - Go
ujjboy
commented
Nov 27, 2018
非常感谢大家对 SOFAStack 开源的关注和支持,这是我们前进最大的动力。
收集目的
- 了解 SOFAStack 的使用场景以便更好的规划技术路线
- 聆听社区的不同声音,让 SOFAStack 变得更好
- 吸引更多的开源爱好者参与贡献,共同打造 SOFAStack
收集方式
请按如下参考格式回复本 Issue 进行登记:
* 公司/组织名称:蚂蚁金服
* 地点:中国杭州
* 网址:http://www.antfin.com
* 使用组件及场景:全套金融级分布式中间件
* 联系方式:zhanggeng.zg@antfin.com
展示
我们会定期同步信息至「Awesome SOFA」的用户列表中。
服务
Generates a unified GraphQL schema from gRPC microservices and other Protobuf sources
-
Updated
Feb 23, 2021 - Java
Kotlin multiplatform / multi-format serialization
-
Updated
Mar 5, 2021 - Kotlin
SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.
c-sharp
steam
networking
irc
protobuf
wiki
nuget
reverse-engineering
mono
valve
steamkit2
steam-network
protobuf-net
-
Updated
Feb 25, 2021 - C#
Record Query - A tool for doing record analysis and transformation
-
Updated
Jan 17, 2021 - Rust
Lightweight, facility, high performance golang based game server framework
game
lightweight
golang
distributed-systems
json
networking
protobuf
server
websocket-server
tcp-server
micro
-
Updated
Dec 10, 2020 - Go
Java serialization library, proto compiler, code generator
-
Updated
Jan 5, 2021 - Java
Blade is a powerful build system from Tencent, supports many mainstream programming languages, such as C/C++, java, scala, python, protobuf...
-
Updated
Mar 5, 2021 - Python
Documentation generator plugin for Google Protocol Buffers
-
Updated
Jan 22, 2021 - Go
Reliable messages resolve distributed transactions
kafka
translation
spring
protobuf
rabbitmq
activemq
soa
aop
springboot
motan
dubbo
kryo
rocketmq
springcloud
-
Updated
Oct 12, 2020 - Java
4
mausch
commented
Apr 2, 2020
The title might seem a bit vague but I don't know how to describe it any better tbh :-)
Anyway this is what happened: I got some 500 responses from the schema registry and all I could see in the logs was :
[2020-04-02 16:03:35,048] INFO 100.96.14.58 - - [02/Apr/2020:16:03:34 +0000] "PUT /config/some-topic-value HTTP/1.1" 500 69 502 (io.confluent.rest-utils.requests)
The logs di
Powerful, fast and robust engine for converting 3D models into g-code instructions for 3D printers. It is part of the larger open source project Cura.
-
Updated
Mar 5, 2021 - C++
A gRPC cli interface for easy testing against gRPC servers
-
Updated
Apr 18, 2019 - JavaScript
Improve this page
Add a description, image, and links to the protobuf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the protobuf topic, visit your repo's landing page and select "manage topics."
protobuf.js version: 6.8.8
For enumerations defined in proto3, the switch statement generated by pbjs triggers the eslint warning default-case since there is no default case. This should be added to the list of eslint-disable rules in the header comment of the generated source file.