Is there any Node.js issue trackers out there? [closed]
Asked Answered
L

2

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.

Languedoc answered 21/12, 2012 at 8:51 Comment(0)
T
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.

Tillo answered 3/2, 2013 at 4:43 Comment(8)
Trello is awesome, but I had no idea it was written in Node.Chalky
I tried Trello months ago, didn't know it integrates with Git. How do I set that up?Languedoc
You can check out the github-trello gem. It allows you to reference an issue with a commit, etc.Tillo
Did that solve your issue, @Vicary?Tillo
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).Languedoc
The information is useful though, up voted.Languedoc
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.Tillo
We have a local git repo instead of Github, looks like it takes a lot more work for local hook scripts.Languedoc
P
-1

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

Plunkett answered 21/8, 2016 at 14:10 Comment(1)
I am not looking for paid, or even hosted platforms.Languedoc

© 2022 - 2024 — McMap. All rights reserved.