# From Node to Deno

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2103](https://news.hada.io/topic?id=2103)
- GeekNews Markdown: [https://news.hada.io/topic/2103.md](https://news.hada.io/topic/2103.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-05-18T11:25:07+09:00
- Updated: 2020-05-18T11:25:07+09:00
- Original source: [dev.to](https://dev.to/aralroca/from-node-to-deno-5gpn)
- Points: 9
- Comments: 1

## Topic Body

Node에서 Deno로 변경할 때 대체제들 정리

- Electron → Rust Web-view

- Forever/PM2 → PM2

- Express/Koa → http(std)/Oak/Abc/Deno-Express

- MongoDB/PostgresSQL/MySQL/Redis → deno Drivers

- Nodemon → Denon

- Jest, Jasmine, Ava → testing(std)

- Webpack, Parcel, Rollup → deno bundle

- Prettier → deno fmt

- NPM scripts → velociraptor

- Nvm → dvm

- Npx → deno run

- Run on a Docker → deno-docker

- Run as a lambda - lambda(std)

## Comments



### Comment 1831

- Author: xguru
- Created: 2020-05-18T11:25:17+09:00
- Points: 1

Deno 1.0 릴리즈 https://news.hada.io/topic?id=2075

Deno - Rust로 개발된 Javascript/Typescript 런타임 https://news.hada.io/topic?id=1348
