03 Features

The composer is a ready-made component designed to generate services and daemons on top of SOAJS.

The composer itself does not have APIs, rather it deploys services and daemons. This means that APIs and/or jobs will be part of these generated services and daemons.


The composer provides the following functionality:

FeatureDescription
deployfunction that generates and deploys a service/daemon based on a configuration file that is passed as a parameter.
getServicefunction that returns the service object deployed by the composer
stopServicefunction that stops the service deployed by the composer
getDaemonfunction that returns the daemon object deployed by the composer
stopDaemonfunction that stops the daemon deployed by the composer