Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

kikawet/reactive-media-server-spring

Repository files navigation

Reactive Media Server (JAVA)

As for today the Spring framework is not ready for reactive programming since the transactions don't propagate into anonymous functions and the R2DBC ecosystem is not mature. I'm going to stale the project since I think I reached a decent state into the project. So far the test pass but no more promises can be made.

Reactive server using WebFlux to distribute media using functional endpoints

Usage

Create your own .env using .env.template.

Once you run the server you can see mainly 2 endpoints

  • /video: list all the avaliable videos
  • /video/{name}: using the last endpoint provide a video name to get that video

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages