Go to file
Miguel Gonzalez 1d38a0270a fix: Handle client error
Handle any client error ignoring and logging it.
2018-03-21 13:22:26 +01:00
.gitignore fix memory leak 2017-02-13 14:52:56 +01:00
CODE_OF_CONDUCT.md Add the CoC 2017-06-19 13:23:07 +02:00
README.md Update README.md 2018-01-02 15:52:39 +01:00
client.coffee fix: Handle client error 2018-03-21 13:22:26 +01:00
coffeelint.json handler taiga events 2015-02-16 10:17:38 +01:00
config.example.json Moving config file to config.example.json 2015-04-06 11:53:36 +02:00
events-config.coffee custom config file path 2017-05-18 18:34:10 +02:00
gulpfile.js fix memory leak 2017-02-13 14:52:56 +01:00
index.coffee custom config file path 2017-05-18 18:34:10 +02:00
package.json custom config file path 2017-05-18 18:34:10 +02:00
rabbit.coffee custom config file path 2017-05-18 18:34:10 +02:00
signing.coffee custom config file path 2017-05-18 18:34:10 +02:00
subscription.coffee More robust websocket writting 2017-04-06 14:39:18 +02:00

README.md

Taiga events

Kaleidos Project Managed with Taiga.io

The Taiga websocket server.

Installation

NOTE: You should use node >= 6.0

Install the RabbitMQ service.

  apt-get install rabbitmq-server

Install the javascript dependencies.

  npm install

Install globally the coffeescript interpreter.

  sudo npm install -g coffee-script

Copy and edit the config.json file.

  cp config.example.json config.json

Then run the taiga events service

  coffee index.coffee

You can specify you own config path

  coffee index.coffee --config /path/to/config.json