vavite: Develop server-side applications with Vite
SMRTR summary
vavite is a Vite plugin that lets you use Vite as the transpiler and bundler for server-side Node.js applications, not just SSR. It supports two entry types — handler entries (middleware-style) and server entries (standalone servers) — and works with Express, Fastify, Koa, Hapi, Nest.js, and even Bun. Version 7 drops Node 20 support and requires Vite 7+.
SMRTR provides this summary for quick context. The original article belongs to Daily.dev.
Read the original article