20

All I can find now is omega, which uses WebSockets and updates in real-time. Which is good, but still in development stage.

I would like to know if there is any handy, ready for production use issue trackers that has hooks, or somehow integrates with Git or SVN.

Vicary
  • 1,026
  • 1
  • 15
  • 35

2 Answers2

7

Trello is built in Node and uses socket.io and websockets. You can read about their stack here. My team used it before we switched to Assembla right when I started. But Trello was great, and I believe that it integrates with Git.

nickcoxdotme
  • 6,567
  • 9
  • 46
  • 72
  • 1
    Trello is awesome, but I had no idea it was written in Node. – Jacob Groundwater Feb 03 '13 at 05:35
  • I tried Trello months ago, didn't know it integrates with Git. How do I set that up? – Vicary Feb 03 '13 at 20:53
  • You can check out the [github-trello gem](https://github.com/zanker/github-trello). It allows you to reference an issue with a commit, etc. – nickcoxdotme Feb 04 '13 at 04:04
  • Did that solve your issue, @Vicary? – nickcoxdotme Feb 05 '13 at 04:54
  • Not exactly what I want, our team doesn't bother spend the time to setup a local Trello server at the moment (was expecting to use trello.com directly). – Vicary Feb 06 '13 at 06:45
  • The information is useful though, up voted. – Vicary Feb 06 '13 at 06:46
  • I wonder if one of us misread that gem? The documentation doesn't look to me like you set up a local Trello server, but that the gem adds a path where your commits will send data to your Trello board (on trello.com) through the API with the use of your API key. – nickcoxdotme Feb 06 '13 at 17:48
  • We have a local git repo instead of Github, looks like it takes a lot more work for local hook scripts. – Vicary Jul 11 '14 at 05:34
-1

What about rollbar.com? (works client side and server side, integrates with github)

ocolot
  • 718
  • 6
  • 18