emqx/apps/emqx_gateway_exproto
Stefan Strigler 062ce5f819 refactor: rename emqx_map_lib to emqx_utils_maps 2023-04-14 13:41:34 +02:00
..
include refactor(gw): rename all gateway application name 2023-04-13 14:53:47 +08:00
priv/protos refactor(gw): rename all gateway application name 2023-04-13 14:53:47 +08:00
src refactor: rename emqx_map_lib to emqx_utils_maps 2023-04-14 13:41:34 +02:00
test refactor: move emqx_json to emqx_utils_json 2023-04-14 13:31:27 +02:00
.gitignore refactor(gw): rename all gateway application name 2023-04-13 14:53:47 +08:00
README.md refactor(gw): rename all gateway application name 2023-04-13 14:53:47 +08:00
rebar.config refactor: move emqx_json to emqx_utils_json 2023-04-14 13:31:27 +02: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