Live data from Hacker News

WebContainers: Run Node.js natively in the browser

blog.stackblitz.com

11–20 of 238 posts

Re: WebContainers: Run Node.js natively in the browser

#11

Hi all- CEO of StackBlitz/author of this blog post here. Happy to answer any questions! (Also, thanks for posting this bpierre!)

That isn't a blog post. That's an ad.

Can you link to the blog post where you actually discuss literally any of the technical stack in any depth further than one sentence of wow more pizzaz much fast.

Re: WebContainers: Run Node.js natively in the browser

#14

> Faster than your local environment. Builds complete up to 20% faster and package installs complete >= 5x faster than yarn/npm. How? Isn't this using npm?

It's using a custom npm client we've built called Turbo. You can read more about the v1 version of Turbo here: https://medium.com/stackblitz-blog/introducing-turbo-5x-fast...

We haven't released any more info on Turbo v2 yet but will soon.

Re: WebContainers: Run Node.js natively in the browser

#19

I'm trying to get my head around how the networking of it works. Is local.webcontainer.io being overridden somehow on the browser like a hosts file might do? Trying to figure out how I'm hitting that URL from another tab

Must be some sort of tunneling, because it works outside the browser too

Re: WebContainers: Run Node.js natively in the browser

#20
post #7

Isn't it awful? Now each smart ass web developer will start sending down scripts with nodejs to enable 'rich' user experience

I think that wouldn't be a problem, as long as people get used to containerize what they write

Well, it's called WebContainers. One would hope everything is containerised
Post reply on HN