Skip to content

Instantly share code, notes, and snippets.

@devarajchidambaram
Created September 23, 2019 12:34
Show Gist options
  • Save devarajchidambaram/2ff6ef10e9c3428fc2413042138af8d8 to your computer and use it in GitHub Desktop.
Save devarajchidambaram/2ff6ef10e9c3428fc2413042138af8d8 to your computer and use it in GitHub Desktop.
Common Node.js deployment problems
Common Node.js deployment problems
Problems occurring in Node.js application deployments can have a range of symptoms, but can generally be categorized into the following:
Uncaught exception or error event in JavaScript code
Excessive memory usage, which may result in an out-of-memory error
Unresponsive application, possibly looping or hanging
Poor performance
Crash or abort in native code
Unexpected application behavior or functional issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment