As a Developer the main pain point is to do local set up of web technologies and get the server up and running.
On May 20 ( 2 days before) , StackBlitz anounced the launch of a new technology called Web container.
This could prove a turning point in the web development where the high end machines could be replaced with low end machines running chrome.
What is Web container :
Below is an excerpt from Stackblitz webblog –
WebContainers allow you to create fullstack Node.js environments that boot in milliseconds and are immediately online & link shareable—in just one click. The environment loads with VS Code’s powerful editing experience, a full terminal, npm and more. It also runs entirely inside your browser, which yields some key benefits:
- Faster than your local environment. Builds complete up to 20% faster and package installs complete >= 5x faster than yarn/npm.
- Node.js debugging in-browser. Seamless integration with Chrome DevTools enables native back-end debugging, no installs or extensions required.
- Secure by default. All code execution happens inside the browser’s security sandbox, not on remote VMs or local binaries.
The Stackblitz page looks below after you signup
NodeJS
Comments
Post a Comment