Jump to content

Recommended Posts

Posted

I was kind of curious too so I looked. Looks like some sort of Laravel-based streaming application called MovieBlast. Laravel is notorious for being extremely bloated...basically the WP of development frameworks, so not surprised about the load.

The program also contains json files that make some references to node components as well, but I don't actually see the node app...

Posted
On 7/4/2024 at 9:02 PM, wolstech said:

I was kind of curious too so I looked. Looks like some sort of Laravel-based streaming application called MovieBlast. Laravel is notorious for being extremely bloated...basically the WP of development frameworks, so not surprised about the load.

The program also contains json files that make some references to node components as well, but I don't actually see the node app...

Depends on how the application is written. I am using Laravel for my project and the load on my dev PC is pretty low. As far as the json file, my guess is that he is using a SPA for the front end which is just 1 big compressed JavaScript bundle that is the front end. I use Vite for mine though I know many people that use React, Angular etc. My best guess is the fact that he probably was streaming videos which actually use a ton of resources based on the *Movie*Blast though I can't confirm it without knowing where the videos are being streamed from( YouTube or the Hosting Account ).

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...