Skip to content

Standard Node.js + Express.js + MongoDB User Login Service

Notifications You must be signed in to change notification settings

TakLee96/simple_chat

Repository files navigation

Simple Chat

Standard Node.js + Express.js + MongoDB User Login Service

improvement plan

  • Debug
async.map(members, function (member, callback) {
    User.findOne({'_id': member}, callback);
}, function (err, users) {
    users.forEach(function (user) {
        console.log(user);
    });
});

About

Standard Node.js + Express.js + MongoDB User Login Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published