JS does not need a browser. Here is my shallow understanding so far:
There are three important runtimes:
• #NodeJS is reliable, the most established, least secure, slowest.
• #Deno was created by the original developer of Node.js to address security and speed.
• #Bun is the fastest and the least mature of the 3.
I like this comparison: https://betterstack.com/community/guides/scaling-nodejs/nodejs-vs-deno-vs-bun/
Did you try Deno or Bun? (If not, please boost for diversity.)
#appDev #webDev #siteGenerator #siteGenerators #JS #runtimes #TypeScript