Slides for the Node.js Workshop.
Contents
- Node.js: What is it, how it works, how to use it.
- Promises: When and how to use them.
- NPM: How to install packages and run scripts.
- CommonJS: How to define modules.
- Express: How to create a web server and render with EJS.
Contents
- NoSQL: What is it, what purpose does it serve.
- MongoDB: What it is, how it works.
- Mongoose: How to create a model and use it.
- API Creation: Define api routes and methods for a RESTful API.
- Postman: How to use Postman to test your APIs
Contents
- Websockets: What they are, where they come from
- Socket.io: How to implement it
- Meteor: What it is, when and how to use it.
- Node.js basics
- Creating a web server
- Introduction to MongoDB
- Creating models with Mongoose
- Routing with Express
- Creating an API server
- Learn how to use Websockets
- Create a real-time updating website
- Learn how to build and deploy for production
- Create your own command line tools