An open API service indexing awesome lists of open source software.

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

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
```