I\'m try to use Heroku with Mongo for an Express.js project.Struggling with the connecting to mongohq. Logs output :
I have SSL set up on Node.js (and Express.js) and it seems to be working fine on every browser other than Internet Explorer 9. Occasionally (Not always), Internet Explorer causes the server to crash w
I want to to decouple some parts in my rather large app and delegate them to an external node app, mainly for uploads but authentication remains a problem.
Alright so I\'m having a problem with updating a model. I can create a Document and it works just fine but when I try to update, I get an error.
I have a simpleMongoose schema called Question that stores a question and its possible answers. Answers are a separate schema and are stored in Questions as embedded documents.
I am trying to combine the examples here, here to write a vows test for my node.js / express app that:
Ihave a nodejs server as shown below. The server is able to set headers when the res.header() statement is not inside a event. It fails when it is executed in resposne to an event like so:
Can we get the variables in the query string in Node.js开发者_开发问答 just like we get them in $_GET in PHP?
First time working with NodeJS (yes, it\'s awesome) and also using Express as well.Got the web app / service working great but I run in to problems when trying to make more than one http request.Here\
I have successfully implemented socket.io, node.js and express to server realtime json data to all browsers except IE (testing on 9) using a secure connection. This worked fine everywhere until I move