Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 399 Bytes

PLUGIN.md

File metadata and controls

20 lines (11 loc) · 399 Bytes

EMQ X plugins

Starting from EMQ X 5.0, plugins are developed in independent projects.

This is different from EMQ X 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