All Projects → harmony-development → protocol

harmony-development / protocol

Licence: Apache-2.0 license
The schemas for the Harmony protocol

Programming Languages

go
31211 projects - #10 most used programming language
CMake
9771 projects
Nix
1067 projects

Projects that are alternatives of or similar to protocol

Loqui
A Harmony client made with Rust using the egui GUI library.
Stars: ✭ 41 (+156.25%)
Mutual labels:  harmony, harmony-protocol
sisyphus
Sisyphus is the way how we provide backend services.
Stars: ✭ 59 (+268.75%)
Mutual labels:  protobuf
neofs-api-go
NeoFS API Golang repository contains implementation of core NeoFS structures that can be used for integration with NeoFS.
Stars: ✭ 14 (-12.5%)
Mutual labels:  protobuf
tilegrinder
♻️ A node.js GIS helper library for easy alteration of Vector Tiles in an MBTiles container
Stars: ✭ 64 (+300%)
Mutual labels:  protobuf
qtprotobuf
Protobuf generator and bindings for Qt framework
Stars: ✭ 138 (+762.5%)
Mutual labels:  protobuf
grpc-jwt-spring-boot-starter
Spring boot starter for gRPC framework with JWT authorization
Stars: ✭ 24 (+50%)
Mutual labels:  protobuf
protolua
C++ implement encode, decode Protocol Buffers for Lua without code generation
Stars: ✭ 117 (+631.25%)
Mutual labels:  protobuf
deprecated-pokemongo-game-master
⚠️ DEPRECATED - LOOK README ⚠️ This repository is collection of the decoded GAME_MASTER-protobuf files
Stars: ✭ 38 (+137.5%)
Mutual labels:  protobuf
twjitm-core
采用Netty信息加载实现长连接实时通讯系统,客户端可以值任何场景,支持实时http通讯、webSocket通讯、tcp协议通讯、和udp协议通讯、广播协议等 通过http协议,rpc协议。 采用自定义网络数据包结构, 实现自定义网络栈。
Stars: ✭ 98 (+512.5%)
Mutual labels:  protobuf
protobuf-tools
Latest version of protobuf and dozen of plugins. All in a small Docker image
Stars: ✭ 19 (+18.75%)
Mutual labels:  protobuf
node-red-contrib-harmony
Node-RED integration for Harmony hub
Stars: ✭ 16 (+0%)
Mutual labels:  harmony
protoc-plugin
A protoc compiler plugin for Clojure applications
Stars: ✭ 28 (+75%)
Mutual labels:  protobuf
CSGO-Item-Floats-From-Inspect-Links
cuz bored as fuck, how to get the item floats from inspect links aka the market float "method"
Stars: ✭ 53 (+231.25%)
Mutual labels:  protobuf
compatip
A simple tool to ensure compatibility between microservices
Stars: ✭ 13 (-18.75%)
Mutual labels:  protobuf
bloomrpc-mock
Toolset library for working with GRPC mocks
Stars: ✭ 25 (+56.25%)
Mutual labels:  protobuf
goprotoc
Library for writing protoc plugins in Go; also includes a pure-Go protoc replacement
Stars: ✭ 73 (+356.25%)
Mutual labels:  protobuf
protoactor-go
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Stars: ✭ 4,138 (+25762.5%)
Mutual labels:  protobuf
grphp
PHP gRPC Framework
Stars: ✭ 19 (+18.75%)
Mutual labels:  protobuf
protostuff-example
Experimenting protostuff
Stars: ✭ 13 (-18.75%)
Mutual labels:  protobuf
gosproto
基于云风的sproto二进制标准上的描述文件及代码生成工具
Stars: ✭ 52 (+225%)
Mutual labels:  protobuf

Harmony Protocol

This is the repository containing the Harmony protocol specification and documentation.

Read here for frequently asked questions.

To read about protocol conventions, please read GUIDELINES.

If you are looking for:

Stable v. Staging

Harmony has two types of protocol components: stable and staging.

Stable protocols are long-lived protocols that are not expected to be replaced in the near future, and that have wide server and client support.

Staging protocols are protocols that may be replaced in the near future, and they may not have wide server or client support.

Both stable and staging protocols follow semantic versioning: breaking changes are only permitted with a corresponding increase in the major version, while non-breaking changes result in an increase in the minor version.

Heavily in-dev protocols may be found on work branches in the Harmony repository, and are subject to no compatibility guarantees. They must have at least 1 server and 2 client implementations before becoming staging protocols.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].