Socket IO Introduction | NodeJS ExpressJS Project | An Introduction to Socket.io basics

Опубликовано: 08 Май 2026
на канале: Reza Attar
8
1

In this video, We send and receive data throughout server and client back and forth.
The project is a simple chat app, that when a user sends a message the server will broadcast it to every one else.


✨ Finished Code
https://github.com/Re9iNee/SocketIOForYT

✨ Chapters
00:00 Intro
01:19 Break down existing codes
02:05 Install socket.io
02:33 Socket connections
02:50 Setup client code
03:14 Starting server
04:17 Send data to server
04:28 Get data on Server
05:05 Showing recieved data on Client
06:22 Finished code and testing
06:33 Testing on cross browsers
06:55 Outro