emqx/apps/emqx_exproto
JianBo He 702ecbcb6e Merge remote-tracking branch 'upstream/master' into refactor-gw-dir 2023-04-06 10:44:59 +08:00
..
include chore: split out exproto gateway 2023-04-01 12:24:09 +08:00
priv/protos chore: split out exproto gateway 2023-04-01 12:24:09 +08:00
src chore: update gateways deps 2023-04-01 12:59:43 +08:00
test chore: split out exproto gateway 2023-04-01 12:24:09 +08:00
.gitignore chore: split out exproto gateway 2023-04-01 12:24:09 +08:00
README.md chore: split out exproto gateway 2023-04-01 12:24:09 +08:00
rebar.config chore: update gateways deps 2023-04-01 12:59:43 +08:00

README.md

emqx-exproto

The emqx_exproto extremely enhance the extensibility for EMQX. It allow using an others programming language to replace the protocol handling layer in EMQX.

Feature

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

Architecture

EMQX ExProto Arch

Usage

gRPC service

See: priv/protos/exproto.proto

Example

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