Top "Express" questions

Express is a minimal and flexible Node.

MongoDB/Mongoose querying at a specific date?

Is it possible to query for a specific date ? I found in the mongo Cookbook that we can do it …

node.js mongodb express mongoose odm
Make Axios send cookies in its requests automatically

I am sending requests from the client to my Express.js server using Axios. I set a cookie on the …

javascript node.js express cookies axios
How to call a Python function from Node.js

I have an Express Node.js application, but I also have a machine learning algorithm to use in Python. Is …

python node.js express
What are "res" and "req" parameters in Express functions?

In the following Express function: app.get('/user/:id', function(req, res){ res.send('user' + req.params.id); }); What …

node.js express
Error: getaddrinfo ENOTFOUND in nodejs for get call

I am running a web server on node the code for which is given below var restify = require('restify'); var …

node.js mongodb backbone.js express restify
Failed to load c++ bson extension

A total node noob here. I've been trying to set up a sample node app but the following error keeps …

javascript node.js express mongoose dependencies
ExpressJS How to structure an application?

I'm using the ExpressJS web framework for NodeJS. People using ExpressJS put their environments (development, production, test...), their routes etc …

node.js express
SyntaxError: Unexpected token function - Async Await Nodejs

I was experimenting on using Node version 6.2.1 with some of my code. Had plans to migrate most of the hyper-callback …

javascript node.js express asynchronous async-await
How do I use HTML as the view engine in Express?

I tried this simple change from the seed and created the corresponding .html files (e.g. index.html). //app.set(…

html node.js express
Failed to connect to 127.0.0.1:27017, reason: errno:111 Connection refused

while trying this mongo command in ubuntu I am getting this error. ritzysystem@ritzysystem-Satellite-L55-A:~$ mongo MongoDB shell version: 2.6.1 connecting …

node.js mongodb express