Build a Real Time Chat App With Node.js

Build a Real Time Chat App With Node.js
In this video you will be creating a real time chat application complete with usernames and connect/disconnect messages. You will use Socket.io to manage real time web socket connections to a Node.js server that will allow you to communicate real time chat messages to all clients connected to a single server.

This entire project will take less than 100 lines of JavaScript and almost no HTML/CSS, but it is incredibly powerful what can be done with such little code. By the end of this video you will have a strong understanding of how to send and receive messages using web sockets and Socket.io to make any real time application.

Learn How to Use SQL Server With Node.js
https://morioh.com/p/a021e78a0617/

How to build a SlackBot with Node.js and SlackBots.js
https://morioh.com/p/d142f424abcf/

Managing Environment Variables in Node.js with dotenv
https://morioh.com/p/530dc5335dc5/

📚 Materials/References:

GitHub Code: https://github.com/WebDevSimplified/Realtime-Simple-Chat-App

🧠 Concepts Covered:

  • Using Socket.io to create web sockets
  • How to send messages to clients in real time
  • Handling user connection/disconnection
  • Appending elements with JavaScript
  • Sending messages to the server in real time

Suggest:

How To Build a Node.js Application with MongoDB

Socket.io + ReactJS Tutorial | Learn Socket.io For Beginners

Getting Started with Node.js - Full Tutorial

Vue js Tutorial Zero to Hero || Brief Overview about Vue.js || Learn VueJS 2023 || JS Framework

Build a full stack application with Node-RED

Express.js & Node.js Course for Beginners - Full Tutorial