Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-01T17:06:43.000Z (over 1 year ago)
- Last Synced: 2024-11-19T10:12:13.083Z (2 months 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.