fu@libranet.de to Technology@beehaw.org · 3 days agoSomeone created a public domain version of Netflixgithub.comexternal-linkmessage-square34linkfedilinkarrow-up158arrow-down115file-text
arrow-up143arrow-down1external-linkSomeone created a public domain version of Netflixgithub.comfu@libranet.de to Technology@beehaw.org · 3 days agomessage-square34linkfedilinkfile-text
minus-squaremoonpiedumplings@programming.devlinkfedilinkarrow-up8arrow-down1·3 days ago while the production build runs entirely client-side without a backend server. I This eliminates many, many potential security issues and is an excellent design choice. In production, movie data is queried using an in-browser SQLite database via WebAssembly, e
This eliminates many, many potential security issues and is an excellent design choice.