/socket_io_proj_01

The core concept of Socket.IO is the ability to transmit and receive a wide range of events, each carrying arbitrary data. It accommodates any data that can be represented in JSON format, and it even supports binary data.

Primary LanguageHTML

Project Socket.io - Project # 1

[update to Socket.IO 4.x @ Jul 2024]

Based on: official socket.io tutorial

Hello! Welcome to our Socket.io series.

We're here to delve into the intricacies of this technology as we believe in the "learning by doing" approach.

Join us on this journey by following our channel, and let's explore Socket.io together. Your participation is highly encouraged!

For this episode We will Compose a chat message using Socket.io.

Welcome aboard!

Screenshots

Socket.io

Run Locally

npm run devStart

Tutorial

https://medium.com/jungletronics/socket-io-intro-8d3866c0135d

Want to make a chat app? Get Real-time With WebSockets & Socket.io! by Good Moning developers!

Acknowledgements