Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giljr/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.
https://github.com/giljr/socket_io_proj_01
client-side emitting-events http-server server-side socker-io
Last synced: about 18 hours ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/giljr/socket_io_proj_01
- Owner: giljr
- Created: 2023-09-20T08:12:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-30T15:50:17.000Z (4 months ago)
- Last Synced: 2024-07-30T19:26:36.826Z (4 months ago)
- Topics: client-side, emitting-events, http-server, server-side, socker-io
- Language: HTML
- Homepage: https://medium.com/jungletronics/socket-io-intro-8d3866c0135d
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Socket.io - Project # 1
[update to Socket.IO 4.x @ Jul 2024]**Based on**: [official socket.io tutorial](https://socket.io/docs/v4/tutorial/introduction)
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](https://miro.medium.com/v2/resize:fit:640/0*98EV9BEp6LBfhCAf)
## 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!](https://youtu.be/GdYVTWujYD8?feature=shared) by [Good Moning developers!](https://youtube.com/playlist?list=PLF_SZiztoCWFHE3xDRIa3Cd4XfyzlP6aF&feature=shared)
## Acknowledgements
- [Socket.io - Getting started](https://socket.io/docs/v4/tutorial/introduction) by official socket.io tutorial
-