Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Development
[Electron + Angular + TypeScript] Venobo Streaming App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="MayoMayn" data-source="post: 407989" data-attributes="member: 71840"><p><strong>#BACK IN BUSINESS</strong></p><p></p><p>After 5 months being away from this project, I've decided to come back hard! <img src="/styles/icons/smile/bttv/EZ.png" class="smilie" loading="lazy" alt="EZ" title="EZ EZ" data-shortname="EZ" /></p><p>Everything will be rewritten in TypeScript for better maintainability and scalability.</p><p></p><p>New branch can be found at: <a href="https://github.com/marcus-sa/venobo/tree/ts" target="_blank">https://github.com/marcus-sa/venobo/tree/ts</a></p><p>Design: <a href="https://imgur.com/a/ISbRT" target="_blank">https://imgur.com/a/ISbRT</a> webscrapped from <a href="https://viaplay.dk" target="_blank">https://viaplay.dk</a></p><p><strong></strong></p><p><strong>#UPDATES</strong></p><ul> <li data-xf-list-type="ul">Every torrent provider now has dynamic endpoints, which means let's say, that in one country the torrent domain is blocked by your IPS, but in another country it's not, there's also the proxies in this domain list.<br /> That means it'll request the endpoints and race for the first one to successfully resolve and then create the provider from there to ensure the fastest response time.</li> <li data-xf-list-type="ul">Cache system has now been replaced with PouchDB, which will be wrapped around P2P so instead of every user should refetch the same torrents and cache it, it'll simply check the cloud for whether or not the torrent already exists to again get faster response time, because before you could wait approximately up to 10 minutes before everything had been fetched properly and the app was ready to be used (when not cached).<br /> </li> <li data-xf-list-type="ul">Unit testing using jest<br /> </li> <li data-xf-list-type="ul">... and more to come</li> </ul><p>[doublepost=1531866070,1529506097][/doublepost]<strong>#UPDATES</strong></p><p>Felt like using something else than React for a change.</p><p>Mostly because the TypeScript support isn't that great for the ecosystem.</p><p>So well I decided to go with Angular, and I'm actually quite enjoying it (except for the templating syntax)</p><p></p><p><a href="https://github.com/marcus-sa/venobo/tree/angular" target="_blank">https://github.com/marcus-sa/venobo/tree/angular</a></p></blockquote><p></p>
[QUOTE="MayoMayn, post: 407989, member: 71840"] [B]#BACK IN BUSINESS[/B] After 5 months being away from this project, I've decided to come back hard! EZ Everything will be rewritten in TypeScript for better maintainability and scalability. New branch can be found at: [URL]https://github.com/marcus-sa/venobo/tree/ts[/URL] Design: [URL]https://imgur.com/a/ISbRT[/URL] webscrapped from [URL]https://viaplay.dk[/URL] [B] #UPDATES[/B] [LIST] [*]Every torrent provider now has dynamic endpoints, which means let's say, that in one country the torrent domain is blocked by your IPS, but in another country it's not, there's also the proxies in this domain list. That means it'll request the endpoints and race for the first one to successfully resolve and then create the provider from there to ensure the fastest response time. [*]Cache system has now been replaced with PouchDB, which will be wrapped around P2P so instead of every user should refetch the same torrents and cache it, it'll simply check the cloud for whether or not the torrent already exists to again get faster response time, because before you could wait approximately up to 10 minutes before everything had been fetched properly and the app was ready to be used (when not cached). [*]Unit testing using jest [*]... and more to come [/LIST] [doublepost=1531866070,1529506097][/doublepost][B]#UPDATES[/B] Felt like using something else than React for a change. Mostly because the TypeScript support isn't that great for the ecosystem. So well I decided to go with Angular, and I'm actually quite enjoying it (except for the templating syntax) [URL]https://github.com/marcus-sa/venobo/tree/angular[/URL] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Development
[Electron + Angular + TypeScript] Venobo Streaming App
Top