The Taiga websocket server.
NOTE: You should use node >= 6.0
Install the RabbitMQ service.
apt-get install rabbitmq-serverInstall the javascript dependencies.
npm installInstall globally the coffeescript interpreter.
sudo npm install -g coffee-scriptCopy and edit the config.json file.
cp config.example.json config.jsonThen run the taiga events service
coffee index.coffeeYou can specify you own config path
coffee index.coffee --config /path/to/config.json