Simple realtime messaging system. Contains an API to send message through sockets, where clients can subscribe. It's lighter than Apache Kafka because we have simple needs here.
npm ci
npm run start
npm run build
node dist/main.js
See the configuration keys with the Ansible playbook
To help you configure your local environment to generate a dotenv file you can use the configurator using this command:
node configurator.js create messaging --conf-path [local copy of ansible volume]/conf --force-http true