📄️ Getting Started
Your business logic can be written in many languages. One of them is Javascript or Typescript using the Node.js ecosystem.
📄️ Emit Data Structures
The response of a Service takes place via a utility called SmeupDataStructureWriter. This class is injected into each function method and supports the output of data structures via streaming.
📄️ Custom Configuration
The SDK automatically creates a [USERHOME]/etc/kokos/[MEID]/[ME_ID].yaml file based on MicroExecutorConfiguration interface. You can extends it and execute a callback function before the server starts.
📄️ Logging
The sdk provides a default configurable Logger via the yaml configuration file.