Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 396 Bytes

PLUGIN.md

File metadata and controls

20 lines (11 loc) · 396 Bytes

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