dgiot/apps/emqx_exproto
2021-07-22 11:28:47 +08:00
..
docs add linux_4.3.1 2021-05-18 14:54:48 +08:00
etc add new project 2021-05-22 03:06:00 +09:00
include add linux_4.3.1 2021-05-18 14:54:48 +08:00
priv add linux_4.3.1 2021-05-18 14:54:48 +08:00
src add linux_4.3.1 2021-05-18 14:54:48 +08:00
test add linux_4.3.1 2021-05-18 14:54:48 +08:00
.gitignore add linux_4.3.1 2021-05-18 14:54:48 +08:00
README.md add new project 2021-05-22 03:06:00 +09:00
rebar.config change deps lib to gitee 2021-07-22 11:28:47 +08:00

emqx-exproto

The emqx_exproto extremly enhance the extensibility for EMQ X. It allow using an others programming language to replace the protocol handling layer in EMQ X Broker.

Feature

  • Based on gRPC, it brings a very wide range of applicability
  • Allows you to use the return value to extend emqx behavior.

Architecture

EMQ X ExProto Arch

Usage

gRPC service

See: priv/protos/exproto.proto

Example

See: https://github.com/grpc-ecosystem/awesome-grpc