Go to file
Juanfran aaa89996a2 prevent sending the event to the same user 2016-05-03 22:20:53 +02:00
.gitignore Minor code style fixes 2015-11-06 12:05:24 +01:00
README.md Added README file 2015-04-06 11:56:12 +02:00
client.coffee prevent sending the event to the same user 2016-05-03 22:20:53 +02: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
gulpfile.js coffeelint 2015-02-12 14:42:33 +01:00
index.coffee new taiga events 2015-02-27 08:57:43 +01:00
package.json upgrade dependencies 2015-10-14 08:20:12 +02:00
rabbit.coffee new taiga events 2015-02-27 08:57:43 +01:00
signing.coffee new taiga events 2015-02-27 08:57:43 +01:00
subscription.coffee Minor code style fixes 2015-11-06 12:05:24 +01:00

README.md

Taiga events

Kaleidos Project Managed with Taiga.io

The Taiga websocket server.

Installation

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