@spectrajs/core
v0.14.1
Published
Fast, lightweight and fully typesafe web framework
Readme
@spectrajs/core
Spectra is a fast, lightweight, and fully type-safe web framework designed to simplify the creation of efficent and reliable web applications.
Features
- 🚀 Optimized for speed and efficiency.
- ✅ Well-tested and production ready.
- 🔨 Full typesafety.
- 🍃 Lightweight - zero dependencies.
- 🔋 Batteries included - built-in middleware, framework integrations and lots of plugins.
- 🌍 Works on Bun, Node.js, Cloudflare Workers, and more runtimes.
Installation
npm install @spectrajs/coreDocumentation
The documentation is available here.
Example
import { Spectra } from "@spectrajs/core";
const app = new Spectra();
app.get("/", (c) => c.text("Spectra!"));
export default app;License
Distributed under the MIT License. See LICENSE for more information.
