emqx/apps/emqx_exproto
Zaiming Shi 9895f53d99 chore(proj): resync apps 2020-12-10 18:44:15 +01:00
..
docs chore(apps): Sync again all apps 2020-12-07 21:30:21 +01:00
etc chore(apps): Sync again all apps 2020-12-07 21:30:21 +01:00
include chore(apps): Sync again all apps 2020-12-07 21:30:21 +01:00
priv chore(apps): Sync again all apps 2020-12-07 21:30:21 +01:00
src chore(proj): resync apps 2020-12-10 18:44:15 +01:00
test chore(apps): Sync again all apps 2020-12-07 21:30:21 +01:00
.gitignore chore(apps): Sync again all apps 2020-12-07 21:30:21 +01:00
README.md chore(apps): Sync again all apps 2020-12-07 21:30:21 +01:00
rebar.config chore(apps): Sync again all apps 2020-12-07 21:30:21 +01:00

README.md

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

Thanks