emqx/PLUGIN.md

396 B

EMQX plugins

Starting from EMQX 5.0, plugins are developed in independent projects.

This is different from EMQX 4.3 (and later 4.x releases) for which the plugins have to be developed inside the emqx.git umbrella project.

Erlang

How to build a plugin

Take emqx-plugin-template for reference.

How to deploy

TODO

Elixir

TODO