emqx/apps/emqx_gateway/src/exproto
Zaiming (Stone) Shi dbc10c2eed chore: update copyright year 2023 2023-01-02 09:22:27 +01:00
..
include chore: update copyright year 2023 2023-01-02 09:22:27 +01:00
protos chore: update copyright year 2023 2023-01-02 09:22:27 +01:00
README.md chore: rename EMQX Broker to just EMQX 2022-02-19 12:51:34 +01:00
emqx_exproto_channel.erl chore: update copyright year 2023 2023-01-02 09:22:27 +01:00
emqx_exproto_frame.erl chore: update copyright year 2023 2023-01-02 09:22:27 +01:00
emqx_exproto_gcli.erl chore: update copyright year 2023 2023-01-02 09:22:27 +01:00
emqx_exproto_gsvr.erl chore: update copyright year 2023 2023-01-02 09:22:27 +01:00
emqx_exproto_impl.erl chore: update copyright year 2023 2023-01-02 09:22:27 +01: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