Been playing around with Vite-Node (https://www.npmjs.com/package/vite-node) of late, as a means to quickly run #Typescript API apps. I haven't really put it through its pages fully, but my initial impression is really positive!

It's VERY fast, and the fact that it respects my weird TS path arguments (with a tiny plug-in) is great. It means a lot less of overriding `require()` in Nodewood!

vite-node

Vite as Node.js runtime. Latest version: 0.27.1, last published: 3 days ago. Start using vite-node in your project by running `npm i vite-node`. There are 23 other projects in the npm registry using vite-node.

npm
@danhulton seems cool. A bit more complicated than #Deno, for a quick ESM compatible server or simple TS running. But good to have options.