Skip to content

A video streaming platform, similar to Twitch. But probably not as good.

Notifications You must be signed in to change notification settings

TheOmer77/stream-thing

Repository files navigation

Stream Thing

This is a platform that allows you to livestream video, and watch streams by other users. It's similar to Twitch, though I guess it's not as good.

Technologies used in this project include:

Prerequisites

  • Nodejs 20
  • Docker

Getting Started

  • First, copy the content of .env.example into a new .env file, and fill in all missing values.

  • Install all dependencies:

    pnpm i
  • To run all services:

    docker compose up -d

    The app will be available at localhost:3000, and also at the specified NGROK_DOMAIN. To run just the app and no other services, only at localhost:3000:

    pnpm dev

About

A video streaming platform, similar to Twitch. But probably not as good.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages