21 lines
396 B
Markdown
21 lines
396 B
Markdown
# 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](https://github.com/emqx/emqx-plugin-template) for reference.
|
|
|
|
### How to deploy
|
|
|
|
TODO
|
|
|
|
## Elixir
|
|
|
|
TODO
|