Node.js is an event-based, asynchronous I/O framework that uses Google's V8 JavaScript engine. Node.js is commonly used for heavy client-server JavaScript applications.

learn more… | top users | synonyms (2)

0
votes
0answers
7 views

How can I use node-gpy to run C++ code with node.js

Node-gyp is a cross-platform command-line tool written in Node.js for compiling native addon modules for Node.js. I am trying to get my node program to run some C++ I've written. Node-gyp seems to ...
0
votes
0answers
5 views

How to unit test express route that calls helper function from dependency?

I have the following as part of my login code. I already have unit tests written for the authentication.login() so its just the response handling itself I need to test. app.post('/login', ...
0
votes
0answers
9 views

Parallel javascript minification under require.js, using node?

I'm using node.js to minify javascript files packaged under a require.js dependency scheme, with r.js actually doing the minification. (See: http://requirejs.org/docs/optimization.html) It seems ...
0
votes
2answers
14 views

Node.js Express + Jade (Active Class on Lined Item)

How would I set an active tag to a class depending on the URL? In the example below '/' (Home) is set to active. .nav-collapse.collapse ul.nav.top-2 li.active a(href='/') Home li ...
0
votes
1answer
26 views

Should I learn node.js before starting with meteor?

I'm coming from a java background, And I recently needed an app with realtime data and push. So i'm thinking of using meteor since it seems as an easier way to use node.js. My question is do I need ...
-1
votes
2answers
30 views

Get GMT time difference between now GMT and 1 January 2013 gmt

I am trying to store the time as a difference between 1 jan 2013 and the moment i save it on the database. It is definitely smaller than the standard of making it relative to 1970 ;) both in storage ...
0
votes
0answers
36 views

Node.js chat client on browser

I have a node.js chat server where I developed an iOS client, now I would like to develop another client usable on browser. I don't want use socket.io or similiar, only pure tcp socket. This is the ...
1
vote
1answer
26 views

How to set up AWS EC2 for multiple node.js apps?

I'm experimenting with switching from PaaS (nodejitsu) to IaaS (AWS). I'd like to make use of node.js, couchdb, express, npm, git and websockets. Now here's the tricky part. I'd like to be able to ...
1
vote
1answer
27 views

How to run more than one app on one instance of EC2

I have a couple of small production sites and a bunch of fun hobbyist/experimental apps and such. I'd like to run all of them on one EC2 instance. Can I install node.js, npm, express and couchdb ...
-1
votes
0answers
10 views

What is the most supported node.js SOAP client lib? [closed]

I am using node-soap and I am having issues using microsoft wsdls out of the gate. It seems to ignore namespaces defined in the wsdl. I looked at the github page for this lib and there are 28 open ...
1
vote
1answer
22 views

adding a new route to node express

I'm trying to add a new route in my express app but I keep getting error when trying to start the server. The error is C:\development\node\express_app\node_modules\express\lib\router\index.js:252 ...
1
vote
1answer
22 views

how to automatically restart a node server?

We are finishing development of a project, the client is already using it but occasionally some errors occur - crashing the server. I know I could register a service as 'upstart' script on linux, in ...
0
votes
0answers
21 views

example expressjs 'enterprise app'

I am looking for a good starting point for an enterprise express web application written in nodejs + expressjs. By enterprise I mean an app that has as many good examples of the following: Good ...
0
votes
0answers
8 views

Store Fields and attachment at same time in couchDB using Node Js

I am new to NodeJS and am getting a multipart email from Mailgun. I am parsing the email, and storing it into the database. Using the "formidable" module I am getting fields=={to: "[email protected]", ...
1
vote
0answers
16 views

Apache + Symfony2 + HTTPS + Node.js + Socket.io: socket.emit not firing

I've been spending hours upon hours on this problem, but to no avail. Project background I'm building a project in Symfony2, which requires a module for uploading large files. I've opted for Node.js ...

1 2 3 4 5 1480
15 30 50 per page