Node.js INSIDE YOUR BROWSER with StackBlitz WebContainer

Опубликовано: 02 Ноябрь 2024
на канале: Tejas Kumar
4,570
188

Let's keep in touch?   / tejaskumar_  

Links:
https://webcontainer.io

In this video, we're going to take a look at how to use Node.js INSIDE the browser with StackBlitz WebContainer!

WebContainer is a JS library that lets you write and test code inside a web browser. This is a great way to learn and master JavaScript, as well as create better docs, preview environments, and more.

We're going to use WebContainer to create a simple terminal web application, and we'll see how to run a Node.js web server from inside the browser. This is a great way to find out how Node.js works and see how it can be used to create a new kind of web applications.

Chapters:
00:00 - Intro
00:47 - Booting WebContainer
04:34 - Running a Command inside the WebContainer
07:24 - Creating a Small Terminal emulator
11:33 - Running Commands
12:45 - create-react-app in a WebContainer
15:33 - Conclusion