I don't think this is universally true.
WebContainers: Run Node.js natively in the browser
31–40 of 238 posts
Re: WebContainers: Run Node.js natively in the browser
#32Re: WebContainers: Run Node.js natively in the browser
#33Re: WebContainers: Run Node.js natively in the browser
#34Re: WebContainers: Run Node.js natively in the browser
#35It isn't open source. It has a name, WebContainers, that implies it's based on the web, but it's designed around Node.js which isn't built on browser technologies as much as something like Skypack or Deno.
It also seems like it's going to be a memory, disk, and CPU hog, and that it's going to be pretty complex. I like where Skypack is headed and this seems like the opposite direction.
It's pretty cool but it seems like they're trying to create a lot of hype around it.
Re: WebContainers: Run Node.js natively in the browser
#36Yawn. It isn't open source. It has a name, WebContainers, that implies it's based on the web, but it's designed around Node.js which isn't built on browser technologies as much as something like Skypack or Deno. It also seems like it's going to be a memory, disk, and CPU hog, and that it's going to be pretty complex. I like where Skypack is headed and this seems like the opposite direction. It's pretty cool but it se…
Re: WebContainers: Run Node.js natively in the browser
#37At that point you could replace the browser with ZINE (Zine is not Electron) and run webapps natively just how WINE works.
Re: WebContainers: Run Node.js natively in the browser
#38Does this mean we can use sqlite natively on the browser now?
Re: WebContainers: Run Node.js natively in the browser
#39totally lost newbie here: but what is the difference between running javascript on the browser and running node.js on the browser?
Re: WebContainers: Run Node.js natively in the browser
#40totally lost newbie here: but what is the difference between running javascript on the browser and running node.js on the browser?
So a full JS engine is loaded, completely separate from the built-in one.