emqx/apps/emqx_exproto
zhanghongtong e1b0f44a8a chore: rename check_authz to authorize 2021-06-29 10:09:15 +08:00
..
docs test(exproto): refine test cases 2021-01-15 09:47:56 +08:00
etc Merge branch 'dev/v5.0' into v4.3.0-to-v5.0-resolve-tls-config-conflicts 2021-02-09 09:37:19 +01:00
include chore: update copyrights 2021-04-23 20:43:00 +02:00
priv Merge remote-tracking branch 'origin/master' into merge-master-to-dev/v5.0 2021-04-30 15:09:31 +02:00
src chore: rename check_authz to authorize 2021-06-29 10:09:15 +08:00
test chore: rename check_authz to authorize 2021-06-29 10:09:15 +08:00
.gitignore chore(apps): Sync again all apps 2020-12-07 21:30:21 +01:00
README.md test(exproto): refine test cases 2021-01-15 09:47:56 +08:00
rebar.config Merge pull request #4293 from emqx/master 2021-03-10 20:57:45 +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