Hacker News new | ask | show | jobs
by jasfi 1055 days ago
Somewhat related, you can call Nim code from Node.js/Bun using Denim: https://github.com/openpeeps/denim. It works by creating a Node add-on.

This is great for reusing Nim code in a web app, and possibly for performance critical code.