https://github.com/venkatk-git/stream
https://github.com/venkatk-git/stream
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/venkatk-git/stream
- Owner: venkatk-git
- Created: 2024-12-14T13:46:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T14:50:11.000Z (over 1 year ago)
- Last Synced: 2025-04-06T23:21:52.007Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 693 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stream: Real-Time Collaborative Video Platform π₯
[](https://github.com/venkatk-git/stream)
[](https://github.com/venkatk-git/stream/issues)
[](https://opensource.org/licenses/MIT)
A platform for watching YouTube videos with friends in real-time, synchronized across all devices. Built with modern web technologies.
**Live Demo:** [Coming Soon]
## Features β¨
- **Real-Time Video Sync** π
Simultaneous playback using WebSocket communication
- **Session Management** π
Persistent rooms with Redis-backed storage
- **Responsive UI** π±
Mobile-friendly interface with Tailwind CSS
## Tech Stack π οΈ
**Frontend**


**Backend**


**Database**

## Installation βοΈ
1. Clone the repository:
```bash
git clone https://github.com/venkatk-git/stream.git
cd stream
```
2. Set up backend:
```bash
cd server
npm install
cp .env.example .env # Add your Redis/YouTube API credentials
npm start
```
3. Set up frontend:
```bash
cd ../client
npm install
npm run dev
```
## Usage π
1. Visit `http://localhost:4200`
2. Create a new room or join existing one
3. Paste YouTube URL and watch with friends!
4. Use chat for real-time communication
## API Reference π
| Endpoint | Method | Description |
|----------|--------|-------------|
| `/api/rooms` | POST | Create new viewing room |
## Roadmap πΊοΈ
- [ ] User authentication system
- [ ] Video queue management
- [ ] Screen sharing capability
## Contributing π€
1. Fork the project
2. Create your feature branch:
```bash
git checkout -b feature/amazing-feature
```
3. Commit changes:
```bash
git commit -m 'Add amazing feature'
```
4. Push to branch:
```bash
git push origin feature/amazing-feature
```
5. Open a Pull Request
---
**Connect with me:**
[](https://github.com/venkatk-git)
[](https://linkedin.com/in/venkatkumar-m-77ba842a7)
[](https://v3nkat.vercel.app)
```