An open API service indexing awesome lists of open source software.

https://github.com/pj-mill/nodejs_buildingwebapps_pluralsight

Completed Lab work for Pluralsight course on Nodejs which covers ExpressJS, MongoDB, Mongoose, Underscore, Socket.io & more ...
https://github.com/pj-mill/nodejs_buildingwebapps_pluralsight

expressjs mongodb mongoosejs nodejs socket-io underscorejs

Last synced: about 1 month ago
JSON representation

Completed Lab work for Pluralsight course on Nodejs which covers ExpressJS, MongoDB, Mongoose, Underscore, Socket.io & more ...

Awesome Lists containing this project

README

          

# [Building Web Apps With Node.js - Pluralsight](https://www.pluralsight.com/courses/building-web-apps-nodejs)

Developed using Visual Studio Code

---

###Frameworks
|Framework|
|---------|
|Node.JS|
|Underscore.JS|
|Express.JS|
|MongoDB|
|Mongoose.js|
|Socket.io|

---

###Modules
|Module Number|Name|Description|
|-------------|----|-----------|
|01|Node.js Basics|Demonstrates creating a basic web server using http, custom modules|
|02|Routing and templating|Demonstrates routing with Express.js, creating custom middleware, using 'path' for handling and transforming file paths, 'fs' for file system activities & the 'ejs' view engine |
|03|Persistence|Implemented with MongoDB & Mongoose.js|
|04|Real-time Applications with socket.io|Implementation of a basic chat service|
|05|Sharing Code With Browserfy||