Unfortunately I\'m neither able to write C-code nor to implement available (and proven) libraries like the common libxml and libxslt used by PHP. I wonder if it is so hart to implement them in node.js
Say I have io.sockets.some_custom_function = function () { console.log(\'blah\'); } //Above doesn\'t work
I have the following in my node server using express (truncated to the important parts): var app = express.createServer();
I have an object 开发者_运维问答results that\'s very large (maybe over 1,000 items). I\'m iterating over it to save to the DB but this seems very inefficient:
As per the docs, I can do this for a date: new Sch开发者_运维知识库ema({ date: { type: Date, default: Date.now }
If I have node modules installed locally (in the same fold开发者_Python百科er as my node app) will they override global installations of the same modules?Yes. See the documentation here on module reso
I have two machines on the same network say at 192.168.1.2 and 192.168.1.3. 192.168.1.2 = server/dev pc
I am developing a Socket.IO-backed real-time application in Node.JS that will be used by couple of hundred users simultaneously at any given moment, and I need to store some basic details about each c
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po
I want to post a status update to a Facebook Group using Node.js. It seems Node.js doesn\'t send the header…