emqx/apps/emqx_gateway_exproto
Ivan Dyachkov cc3b26a3ac Merge remote-tracking branch 'upstream/release-58' into 20240807-sync-release-branches 2024-08-07 09:48:38 +02:00
..
include chore: update copyright-year 2024-02-23 08:21:06 +01:00
priv/protos chore: update copyright-year 2024-02-23 08:21:06 +01:00
src Merge remote-tracking branch 'upstream/release-58' into 20240807-sync-release-branches 2024-08-07 09:48:38 +02:00
test feat(authn): add connection expire based on authn data 2024-04-30 17:04:55 +03:00
.gitignore refactor(exproto): support unary handler 2023-05-31 13:44:51 +08:00
README.md docs: fix invalid links 2023-05-15 11:18:09 +08:00
mix.exs ci: preparations for new mix build 2024-07-15 09:26:04 -03:00
rebar.config style: erlfmt all `rebar.config` files and `bin/nodetool` 2023-12-29 09:08:03 +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.

Usage

gRPC service

See: priv/protos/exproto.proto

Example

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