WebContainers: Run Node.js natively in the browser
blog.stackblitz.com
WebContainers: Run Node.js natively in the browser
1–10 of 238 posts
Re: WebContainers: Run Node.js natively in the browser
#2Re: WebContainers: Run Node.js natively in the browser
#3Hi all- CEO of StackBlitz/author of this blog post here. Happy to answer any questions! (Also, thanks for posting this bpierre!)
I'm fascinated in learning more about how you run a web server with this - the article says "WebContainers include a virtualized TCP network stack that's mapped to your browser's ServiceWorker API" but I'd love to understand a bit more about how that works.
Since this is all done with WebAssembly are you planning on targeting other stacks such as Python? The amount of time I lose helping other people getting their Python development environments to work remains horrifying.
Re: WebContainers: Run Node.js natively in the browser
#4Re: WebContainers: Run Node.js natively in the browser
#5Re: WebContainers: Run Node.js natively in the browser
#6Are any demo applications created? What is memory usage like for a simple application?
Re: WebContainers: Run Node.js natively in the browser
#7Isn't it awful? Now each smart ass web developer will start sending down scripts with nodejs to enable 'rich' user experience
Re: WebContainers: Run Node.js natively in the browser
#8How? Isn't this using npm?
Re: WebContainers: Run Node.js natively in the browser
#9Hi all- CEO of StackBlitz/author of this blog post here. Happy to answer any questions! (Also, thanks for posting this bpierre!)
Any plan to work towards supporting Firefox & other browsers?