Skip to content

v16.5.0

Compare
Choose a tag to compare
released this 21 Dec 22:22
· 1394 commits to binaries since this release

WolfSSL, worker threads & cork

  • This change adds experimental WolfSSL support as alternative to Node.js's built-in OpenSSL. Contact me if you're interested, you'll need a WolfSSL license and a custom build.
  • It is now possible to scale multiple servers using Node.js worker threads, not only cluster. Example included.
  • res.experimental_cork has been renamed to cork and is now documented.
  • req.setYield was added and documented.