emqx/apps/emqx_gateway/src/exproto
Ilya Averyanov e37ecc10a6 style(behaviour attrs): unify behaviour declarations 2021-10-21 15:10:59 +03:00
..
include chore(gw): some format improvement 2021-07-30 15:42:03 +08:00
protos refactor(gw-exproto): move exproto into gateway 2021-07-24 10:19:05 +08:00
README.md chore: merge coap/lwm2m/exhook/exproto to emqx_gateway dir 2021-07-16 23:24:36 +08:00
emqx_exproto_channel.erl chore(gw): use SLOG to replace LOG 2021-10-20 10:40:35 +08:00
emqx_exproto_frame.erl style(behaviour attrs): unify behaviour declarations 2021-10-21 15:10:59 +03:00
emqx_exproto_gcli.erl chore(gw): use SLOG to replace LOG 2021-10-20 10:40:35 +08:00
emqx_exproto_gsvr.erl style(behaviour attrs): unify behaviour declarations 2021-10-21 15:10:59 +03:00
emqx_exproto_impl.erl style(behaviour attrs): unify behaviour declarations 2021-10-21 15:10:59 +03: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