Repository for 'Building Apps with Node.js' & 'Using Node.js with Visual Studio Code' Microsoft Virtual Academy Videos
This is the repository containing the source code for all the demos and the PowerPoint presentations in the "Building Apps with Node.js" & "Using Node.js with Visual Studio Code" Microsoft Virtual Academy courses. These courses were developed by Rami Sayar && Stacey Mulcahy, both technical evangelists at Microsoft.
In Building Apps with Node.js, we teach how to develop web applications with Node.js and touch on topics like how to incorporate two-way communication into applications. In this course, you can see step-by-step demos and get practical tips and detailed explanations. By the end of the day, you know how to set up Node.js on your Windows machine, develop a web front end with Express, deploy an Express app to Azure, use Socket.IO to add a real-time layer, and bring it all together.
In Using Node.js with Visual Studio Code, we showcase how to write code with Visual Studio Code? Visual Studio Code is far more than a text editor, it works cross platform, looks great, has a ton of cool features, and is becoming increasingly popular! In this course, we walk through the tool's features, learn how to customize them, and explore the key commands. See how to create a basic REST API using Node.js with Express, connect your web app to a database, and learn how to debug Node.js apps using Visual Studio Code. Plus, see how to deploy your sites to Microsoft Azure, and create, test, and schedule Azure Web Jobs.
- A chatroom for all! Part 1 - Introduction to Node.js
- A chatroom for all! Part 2 - Welcome to Express with Node.js and Azure
- A chatroom for all! Part 3 - Building a Backend with Node, Mongo and Socket.IO
- A chatroom for all! Part 4 - Building a Chatroom UI with Bootstrap
- A chatroom for all! Part 5 - Connecting the Chatroom with WebSockets
- A chatroom for all! Part 6 - The Finale and Debugging Remote Node Apps!