https://github.com/dromse/twitch-clone
Basic Twitch Clone with Video Streaming, Live Chatting using Socket.IO / Next.JS
https://github.com/dromse/twitch-clone
Last synced: 7 months ago
JSON representation
Basic Twitch Clone with Video Streaming, Live Chatting using Socket.IO / Next.JS
- Host: GitHub
- URL: https://github.com/dromse/twitch-clone
- Owner: dromse
- Created: 2024-08-22T08:13:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-22T08:51:59.000Z (about 1 year ago)
- Last Synced: 2025-01-28T03:41:41.549Z (8 months ago)
- Language: TypeScript
- Size: 1.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitch Clone
This is a twitch clone using Socket.IO and Next.JS
## Todo
- [ ] Video Streaming
- [ ] Live Chatting
- [ ] Social Intercations (Accounts, Likes etc.)## Running
```bash
# Run custom server (With Socket.IO) in development
pnpm dev
```## Building and Production
```bash
# before run in production you must build application
pnpm build# and run to start custom server (which works with Socket.IO) for production
pnpm start
```