---
type: bookmarks
tags: ['node']
status: release
ctime: 2022-04-09
mtime: 2026-07-27
---

import QuoteLink from '@components/QuoteLink.astro'

- [Node.js Child Processes: Everything you need to know](https://www.freecodecamp.org/news/node-js-child-processes-everything-you-need-to-know-e69498fe970a/)[^57-1]
- [The definitive Node.js handbook](https://www.freecodecamp.org/news/the-definitive-node-js-handbook-6912378afc6e/)
- [Tao of Node - Design, Architecture & Best Practices](https://alexkondov.com/tao-of-node/)
- [Useful Built-in Node.js APIs](https://www.sitepoint.com/useful-built-in-node-js-apis/)

---

<QuoteLink url="https://github.com/sindresorhus/execa">Execa</QuoteLink>

- [Execa 9: our biggest release](https://medium.com/@ehmicky/execa-9-release-d0d5daaa097f)

---

<QuoteLink url="https://github.com/ds300/patch-package">
  patch-package
</QuoteLink>

- [GitHub - ds300/patch-package: Fix broken node modules instantly 🏃🏽‍♀️💨](https://github.com/ds300/patch-package)

---

<QuoteLink url="https://pm2.keymetrics.io/">PM2</QuoteLink>

- [[NODE] 📚 PM2 모듈 사용법 - 클러스터 / 무중단 서비스](https://inpa.tistory.com/entry/node-%F0%9F%93%9A-PM2-%EB%AA%A8%EB%93%88-%EC%82%AC%EC%9A%A9%EB%B2%95-%ED%81%B4%EB%9F%AC%EC%8A%A4%ED%84%B0-%EB%AC%B4%EC%A4%91%EB%8B%A8-%EC%84%9C%EB%B9%84%EC%8A%A4)
- [PM2를 활용한 Node.js 무중단 서비스하기](https://engineering.linecorp.com/ko/blog/pm2-nodejs)

---

`glob`

- [GitHub - isaacs/node-glob](https://github.com/isaacs/node-glob)
- [GitHub - mrmlnc/fast-glob](https://github.com/mrmlnc/fast-glob)
- [GitHub - sindresorhus/globby](https://github.com/sindresorhus/globby)
- [GitHub - SuperchupuDev/tinyglobby](https://github.com/SuperchupuDev/tinyglobby)

---

[^57-1]: spawn(), exec(), execFile(), fork()
