Node.js
- Global packages arenโt available via
require()
unless the NODE_PATH
environment variable is set. (source)
- HTTPS requests on the server are generally recommended to be done with a
third-party library. Axios seems to be one of the most popular.
(source)
JavaScript Runtimes: