TTNotes
  • Introduction
  • Intro
    • Introduction
  • Back-end
    • Node.js
      • Modules
      • NPM
      • Bookmarks
      • Testing
      • Yarn
      • Custom Error
    • Docker
      • Install on Centos 6
      • Bookmarks
    • MongoDB
    • PostgreSQL(WIP)
    • JWT
    • GraphQL
    • Consul
    • MQTT
    • Apache Thrift
    • CI / CD Reference
    • Nginx
    • Live Stream server - Nginx + RTMP
    • Nginx + Letsencrypt as a SSL Server
    • ELK
  • JavaScript
    • Common
    • React.js
    • Redux
    • React Native
    • Bookmarks
  • Unix
    • Frequently used commands
    • vim
  • Data Structures & Algorithm
    • Big O notation
    • Stack
    • Queue
    • Union Find
  • Tools
    • Git
    • zsh
    • Sublime Text
  • Notes from Books
    • PoEAA(WIP)
  • Others
    • Regular Expression
    • dokku
    • Memo
Powered by GitBook
On this page
  • npm
  • pm2

Was this helpful?

  1. Back-end
  2. Node.js

Bookmarks

  • https://nodesource.com/blog/the-10-key-features-in-node-js-v6-lts-boron-after-you-upgrade

  • https://blog.risingstack.com/node-js-at-scale-node-js-garbage-collection

  • http://www.slideshare.net/yonatann/node-error-handling-best-practices

npm

  • https://nodesource.com/blog/seven-more-npm-tricks-to-knock-your-wombat-socks-off

pm2

  • http://stackparse.posthaven.com/exposing-node-dot-js-process-metrics-using-pm2-and-pmx

PreviousNPMNextTesting

Last updated 5 years ago

Was this helpful?