Node.js: Real-Time Web with Socket.IO

Go to class
Write Review

Free Online Course: Node.js: Real-Time Web with Socket.IO provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Node.js: Real-Time Web with Socket.IO is taught by Emmanuel Henri.

Overview
  • Learn the basics of Socket.IO, and discover how to use this real-time web library to set up a chat application with multiple rooms.

Syllabus
  • Introduction

    • Welcome
    • Course prerequisites
    • Using the exercise files
    1. Setting Up
    • Base NPM setup
    • Introduction to our project
    2. Socket First Steps
    • Socket server with NPM and Express
    • Coding our front-end HTML
    • Code and test our first interactions
    • Events: Connect and disconnect
    • Introduction and namespace setup
    3. Rooms
    • Introduction to rooms and setup
    • Set up multiple rooms
    • Complete our tech rooms and challenge
    • Solution to tech rooms
    4. Advanced Socket
    • Setting up and introduction to the Debug tool
    • Emit cheatsheet
    Conclusion
    • Next steps