Node.js
Node.js is an open-source, cross-platform, JavaScript run-time environment that executes JavaScript code outside of a browser. Node.js lets developers use JavaScript to write command line tools and for server-side scripting—running scripts server-side to produce dynamic web page content before the page is sent to the user's web browser.
Links
Dynamically generating SQL queries using Node.js by Gajus Kuizinas, 29 August 2019
Caching like a boss in NodeJS by Daniel Sternlicht, 17 September 2017
Last updated