# WebContainers : 브라우저에서 Node.js 실행

> Clean Markdown view of GeekNews topic #4306. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4306](https://news.hada.io/topic?id=4306)
- GeekNews Markdown: [https://news.hada.io/topic/4306.md](https://news.hada.io/topic/4306.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-05-21T09:48:14+09:00
- Updated: 2021-05-21T09:48:14+09:00
- Original source: [blog.stackblitz.com](https://blog.stackblitz.com/posts/introducing-webcontainers/)
- Points: 20
- Comments: 3

## Topic Body

- 풀스택 Node.js 환경을 브라우저에서 WASM 으로 실행

ㅤ→ VS Code / 완전한 터미널 / NPM 등이 브라우저에서 구동

ㅤ→ 모든 코드 실행이 브라우저내에서 되므로 안전함

ㅤ→ 빌드도 20% 빠르고, 패키지 설치가 yarn/npm보다 5배이상 빠름

ㅤ→ 크롬 개발자 도구와 연동해서 브라우저에서 실행되는 Node.js 백엔드의 디버깅 가능

- 공개 베타에서는 Next.js, GraphQL 및 바닐라 Node.js 지원 (다른 프레임워크 추가 예정)

## Comments



### Comment 5247

- Author: cnaa97
- Created: 2021-05-24T13:06:21+09:00
- Points: 1

대박..

### Comment 5235

- Author: lannex
- Created: 2021-05-21T11:19:29+09:00
- Points: 1

이거 멋지네요!

### Comment 5234

- Author: xguru
- Created: 2021-05-21T09:48:22+09:00
- Points: 2

Node.js 백엔드 자체를 브라우저에서 실행하는게 가능해지니까,

클라이언트/서버 형태로 구현해 놓고 PWA처럼 쓰는 것도 되겠네요.
