https://github.com/rupesh40/slack_clone
Slack Clone using socket IO and javascript
https://github.com/rupesh40/slack_clone
javascript socket-io
Last synced: about 2 months ago
JSON representation
Slack Clone using socket IO and javascript
- Host: GitHub
- URL: https://github.com/rupesh40/slack_clone
- Owner: rupesh40
- Created: 2021-04-18T12:06:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T10:32:16.000Z (about 1 year ago)
- Last Synced: 2025-05-05T03:32:48.394Z (about 1 year ago)
- Topics: javascript, socket-io
- Language: JavaScript
- Homepage:
- Size: 939 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slack Clone Web App
This project is a simple demonstration of Slack-like communication functionalities built using **Socket.IO**.
---
## ๐ Features
- Real-time messaging
- Basic chat UI
- Multiple rooms (channels) support *(optional)*
---
## ๐ ๏ธ Tech Stack
- **Frontend:** HTML, CSS, JavaScript
- **Backend:** Node.js, Express.js
- **WebSockets:** Socket.IO
---
## ๐ Getting Started
### 1. Clone the Repository
```bash
git clone https://github.com/your-username/slack-clone-webapp.git
cd slack-clone-webapp
```
### 2. Install Dependencies
```bash
npm install
```
### 3. Run the App
```bash
node index.js
```
The app will be running on [http://localhost:3000](http://localhost:3000)
---
## ๐งช How It Works
- Users enter their name and join the chat
- Socket.IO establishes a WebSocket connection between client and server
- Messages are broadcasted to all connected clients
- Server notifies when a user joins or leaves
---
## โ
Requirements
- Node.js (v14+ recommended)
- npm
---
## ๐ฌ Contributions
Feel free to open issues or submit pull requests to improve the project!
---
## ๐ License
This project is open source and available under the [MIT License](LICENSE).