Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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.

like image 696
Vicary Avatar asked Dec 21 '12 08:12

Vicary


People also ask

What are the problems with node js?

Problems occurring in Node. js application deployments can have a range of symptoms, but can generally be categorized into the following: Uncaught exception or error event in JavaScript code. Excessive memory usage, which may result in an out-of-memory error.

CAN node js handle high traffic?

Instead, it's a platform that fills a particular need. Where Node. js really shines is in building fast, scalable network applications, as it's capable of handling a huge number of simultaneous connections with high throughput, which equates to high scalability.

How reliable is node js?

As such, using Node. js, your team builds reliable software at remarkable speed. Whatever technologies your front-end team uses, they can handle the server-side with Node. js and enjoy code reuse benefits.


1 Answers

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.

like image 152
nickcoxdotme Avatar answered Sep 19 '22 12:09

nickcoxdotme