https://github.com/fkoler/socketio-chat-app
Socket.io Chat App
https://github.com/fkoler/socketio-chat-app
express javascript nodejs socket-io
Last synced: 2 months ago
JSON representation
Socket.io Chat App
- Host: GitHub
- URL: https://github.com/fkoler/socketio-chat-app
- Owner: fkoler
- Created: 2023-10-19T11:18:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T19:06:36.000Z (over 2 years ago)
- Last Synced: 2025-01-19T19:58:21.521Z (over 1 year ago)
- Topics: express, javascript, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socket.io Chat App
This is a real-time chat application built using Node.js and Express.js for the server and Socket.io for handling real-time communication. Users can join chat rooms, send messages, and see live updates like "typing" notifications. The project includes both server-side and client-side code to manage users, rooms, and message broadcasting, making it a foundation for building real-time chat applications.