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 ...
- Host: GitHub
- URL: https://github.com/pj-mill/nodejs_buildingwebapps_pluralsight
- Owner: pj-mill
- Created: 2017-01-22T13:43:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T11:52:55.000Z (about 9 years ago)
- Last Synced: 2024-12-29T19:52:53.044Z (about 1 year ago)
- Topics: expressjs, mongodb, mongoosejs, nodejs, socket-io, underscorejs
- Language: JavaScript
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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||