Hacker News new | ask | show | jobs
by francislavoie 13 days ago
Vite is not a package manager and is not a JS runtime. That's what Node/Bun/Deno do. Vite is the remaining glue for any web project's build and testing needs.
1 comments

Bun and Deno are not js runtimes either. They are wrappers for existing js runtimes and add additional apis.
But they give a usable interface and toolkit to the runtime (V8 etc). 99% of users use one of those three.