streamaserver / streama

Self hosted streaming media server. https://docs.streama-project.com/
MIT License
9.67k stars 986 forks source link

Update To Angular 5/Ionic 3 #607

Open ryanjerskine opened 6 years ago

ryanjerskine commented 6 years ago

I would love to contribute but I have no interest in developing with AngularJS. Is there any interest in porting this to Angular/Ionic? I think expanding this to more than just a website will help grow the project. I am willing to generate the project with the Angular CLI and start work on another branch.

dularion commented 6 years ago

check out the existing ionic app: https://github.com/dularion/streama-app - this is maybe an easier starting point for porting to the new angular and ionic.
I dont have a lot of experience with using ionic for a full-fledged web-app (progressive web app), but it shouldnt be a big problem really. Its a lot of rework, though, not for the part of the application that is about watching content, that was easy and already done in the streama-app, but the content management & admin sections will be a lot of stuff to rewrite. just a heads up :)