Re: [nodejs] Re: which are the big applications running on node.js

2013-02-15 Thread jmartins
I think is Voxer. It's all in Node.js with Riak database. regards Joao Em quinta-feira, 14 de fevereiro de 2013 17h50min59s UTC-2, Tim Caswell escreveu: The main cloud9 infra is closed source, but there is an open source version of the editor with a node.js backend. Also many of the open

[nodejs] Re: which are the big applications running on node.js

2013-02-14 Thread Austin William Wright
Preferably projects with published source code. Big company X uses Node.js is nice, but doesn't demonstrate very much. On Thursday, February 14, 2013 9:24:44 AM UTC-7, dmorilha wrote: I am interesting in hearing which are the big and complex projects running on node you guys heard about.

Re: [nodejs] Re: which are the big applications running on node.js

2013-02-14 Thread Daniel Morilha
On Thu, Feb 14, 2013 at 9:25 AM, Austin William Wright diamondma...@users.sourceforge.net wrote: Preferably projects with published source code. Big company X uses Node.js is nice, but doesn't demonstrate very much. good point! -- Daniel Morilha (dmori...@gmail.com) -- -- Job Board:

Re: [nodejs] Re: which are the big applications running on node.js

2013-02-14 Thread Matt
Not sure what big projects you're expecting that are going to be open source. But Craigslist uses Haraka as their mail server, which is open source, though I'm sure they have closed source plugins. On Thu, Feb 14, 2013 at 12:26 PM, Daniel Morilha dmori...@gmail.com wrote: On Thu, Feb 14, 2013

Re: [nodejs] Re: which are the big applications running on node.js

2013-02-14 Thread Mark Hahn
Closed source tends to be bigger monolithic solutions. My proprietary app has about 35,000 lines of coffescript (equivalent to 50K lines of JS). It uses websockets, background video processing, RPC, pubsub, etc. I can't imagine having developed it in anything other than Node. On Thu, Feb 14,

Re: [nodejs] Re: which are the big applications running on node.js

2013-02-14 Thread Tim Caswell
The main cloud9 infra is closed source, but there is an open source version of the editor with a node.js backend. Also many of the open source projects we created when I was there are on github. http://github.com/c9/ Also, if you consider Microsoft a big name, they have quite a bit of node code