NodeJS toolkit


Deprecated: Function create_function() is deprecated in /var/www/docs.appzio.com/public/wp-content/plugins/wp-gfm/markdown.php on line 301

Deprecated: Function create_function() is deprecated in /var/www/docs.appzio.com/public/wp-content/plugins/wp-gfm/markdown.php on line 302

NodeJS Toolkit is available with the Appzio Docker container.

NodeJS Toolkit works similar to the PHP Toolkit, providing the same full platform features but taking advantage of NodeJS possibilities and allowing you to use any standard NPM packages to extend the functionality and connect to third party systems. One of the big advantages with NodeJS toolkit is its more asynchronous nature, which will speed up some of the backend operations.

You can mix in your application existing actions built with PHP also, so things like login, registration, settings, user profiles and many other existing actions, can simply be added through the web admin. This will radically speed up your application development.

NodeJS supports also usage of the PHP based components. However, note that some of the components have references to model, and these components don’t work with NodeJS.