Top "Mean-stack" questions

The MEAN stack is a methodology that employs MongoDB, Express, Angular / AngularJS and Node.

How to do Authentication with Node.js and MEAN stack?

I am currently working on a text based game with a small team of developers. The game requires login and …

node.js mean-stack
Uncaught ReferenceError: angular is not defined - Mean.IO

I have followed the steps to install mean.io, but when I browse the localhost:3000 I get a blank page …

node.js angularjs mean-stack mean.io
io.on('connection',...) vs io.sockets.on('connection',...)

I am using socket.io and the Mean stack for a web app. I started the server for socket on 3006 …

node.js sockets express mean-stack
Mongoose model Schema with reference array: CastError: Cast to ObjectId failed for value "[object Object]"

I build a blog website with express.js and mongoosejs. A article may have one or more category. When I …

node.js mongodb express mongoose mean-stack
Mongoose: Error cannot find module debug

I'm building a basic MEAN webapp and am new to the stack. I have the front end running, but as …

node.js mongodb express mongoose mean-stack
Not able to import "@angular/material" module

I'm totally new to mean stack and I'm facing some problems with Angular's material module. I'm trying to import the "@…

javascript node.js angular angular-material mean-stack
How to deploy MEAN.js (Node.js) application to Production environment

MEAN.JS stack proposes the "grunt build" task for preparing application to Production. Unfortunately there is a lack of information …

node.js web-deployment mean-stack
How to force client reload after deployment?

I'm using the MEAN stack (mongo, express, angular and node). I'm deploying relatively frequently to production...every couple of days. …

javascript node.js socket.io client mean-stack
how to run angular 4 app and nodejs api on same port 4200 for both production and development?

I have created angular 4 app and I can run it using ng serve --open and it runs on localhost:4200 , what …

node.js angular mean-stack
How to Host node application in IIS?

I am developing an application in mean-stack. The only the difference is that I want to host my application in …

node.js iis express mean-stack iisnode