https://github.com/abhiraj-ku/chit-chat
Realtime chat app using socket.io and vanilla JavaScript
https://github.com/abhiraj-ku/chit-chat
chat-application javascript socket socket-io vanilla-js
Last synced: about 1 month ago
JSON representation
Realtime chat app using socket.io and vanilla JavaScript
- Host: GitHub
- URL: https://github.com/abhiraj-ku/chit-chat
- Owner: abhiraj-ku
- Created: 2023-10-01T09:49:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T17:06:43.000Z (over 2 years ago)
- Last Synced: 2025-03-13T16:46:13.154Z (over 1 year ago)
- Topics: chat-application, javascript, socket, socket-io, vanilla-js
- Language: JavaScript
- Homepage:
- Size: 217 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
A real-time chat app built with Socket.io.
## Features
- Real-time chat
- Multiple chat rooms
- Usernames
- Online user list
## Getting Started
1. Clone the repo.
2. Install dependencies.
3. Start the server.
4. Open `http://localhost:3000` in your browser.
## Usage
1. Choose a username.
2. Start chatting.
## Tech Stack
- Node.js
- Express.js
- Socket.io
## Future ideas
- Support For emoji
- Better UI
- {User} is typing .... feature
## Contributing
Contributions are welcome! Create issues or pull requests.