DEFENDORe / pseudotv

Create live TV channels from your own media. Access the streams using the simulated HDHomerun tuner or the generated M3U URl.
MIT License
234 stars 36 forks source link

Vue and Express Isolation #38

Closed rafaelvieiras closed 4 years ago

rafaelvieiras commented 4 years ago

What has changed?

This prevents one from interfering with the other, creating an abstraction between the two.

Another important point is the isolation of the libs, allowing both the API and WEBUI to change or update their technology without depending on each other.