https://github.com/carter907/socket-io-global-chat
A Global Chat created with Socket.io. Users connect automatically and have the ability to set their username. Messages persist across all connected clients.
https://github.com/carter907/socket-io-global-chat
chat-application javascript networking socket-io
Last synced: 2 months ago
JSON representation
A Global Chat created with Socket.io. Users connect automatically and have the ability to set their username. Messages persist across all connected clients.
- Host: GitHub
- URL: https://github.com/carter907/socket-io-global-chat
- Owner: Carter907
- Created: 2024-02-01T23:43:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T07:06:33.000Z (about 2 years ago)
- Last Synced: 2025-09-05T02:37:33.079Z (10 months ago)
- Topics: chat-application, javascript, networking, socket-io
- Language: CSS
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Global Chat Application
To run my example,
clone this repository and run the follwing npm commands.
```
npm install
```
```
npm run start
```