🌍
Runtime agnostic
Powered by srvx — write once and run on Node.js, Deno, Bun, Cloudflare Workers, and more.
import { defineServer } from "@srvkit/vite";
export default defineServer({
fetch: (req: Request): Response {
return new Response("Hello, World!");
},
});Powered by srvx — write once and run on Node.js, Deno, Bun, Cloudflare Workers, and more.
Seamless integration with Web API frameworks, and supports Node.js frameworks via a handler adapter. No vendor lock-in.
Drop-in plugins for Vite and Rsbuild — add to your config and start building.
Built-in HTTPS support, middleware chain out of the box.
Hot-reloading dev server that updates on file changes without restarting.
Build as a standalone server or serverless handler, with external or bundled dependencies.