9P by xguru 2020-05-18 | favorite | 댓글 1개

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)

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