Today I discovered that you can pipe scripts into the Node.js binary
Topic: NodeJS โ Page 6
Anna Henningsen teaches Stefan how to use worker threads in Node.js.
Node.js gives friendly warnings in case you add too much event listeners to an event emitter
John-David Dalton teaches Stefan how to use ES modules in Node with the @std/esm package.
You can use process.mainModule or require.main to figure out what the entry level of a Node.js script is.