The Principal Dev – Masterclass for Tech Leads

The Principal Dev – Masterclass for Tech LeadsJuly 17-18

Join

💥 srvx

npm version npm downloads

Universal Server API based on web platform standards. Works with Deno, Bun and Node.js.

Quick start

import { serve } from "srvx";

const server = serve({
  port: 3000,
  fetch(request) {
    return new Response("👋 Hello there!");
  },
});

👉 Visit the 📖 Documentation to learn more.

Development

local development

License

Published under the MIT license. Made by @pi0 and community 💛


🤖 auto updated with automd

Join libs.tech

...and unlock some superpowers

GitHub

We won't share your data with anyone else.