Created
September 23, 2019 12:34
-
-
Save devarajchidambaram/2ff6ef10e9c3428fc2413042138af8d8 to your computer and use it in GitHub Desktop.
Common Node.js deployment problems
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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