I am currently building a website with Angular(front) and .NET Core (back). The aim of the website is to display medias on remote screens. These screens have my website opened and is already able to get the medias but I don't know how to store them properly on the client (as the medias can't disappear if the screen loses connection). I already tried using local storage but it has a pretty low size limit. I was then wondering : is there a way to do it properly via a web page or would it be better to make an app for the screens that would have admin rights?
Thanks in advance,