Functional Modules are Node.js packages that implement izmjs APIs. For larger, more complex apps, Functional Modules let you modularize your app customizations into app-specific plugins. izmjs is designed to be extensible, which means functional modules can extend and modify just about everything izmjs does. Of the many possibilities, Functional Modules can:
👉 Reuse common functionality like chat, auth, etc…
👉 Streamline common tasks and improve development workflow
Edit this page on GitHub