Skip to content

prashunchitkr/bun-media-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bun Media Server

Installing Dependencies

bun i

Preparing Prisma

cd apps/api
bun prisma migrate dev

Starting Dev Server

bun dev

Backend server should be running on port 3000 and the web app should be running on port 3001.

About

Simple media server that streams media in chunks to the client

Resources

Stars

Watchers

Forks