0.14.1 • Published 3 months ago
@spectrajs/core v0.14.1
@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/core
Documentation
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.
0.14.1
3 months ago
0.14.0
3 months ago
0.13.0
4 months ago
0.12.1
4 months ago
0.12.0
4 months ago
0.11.0
5 months ago
0.10.0
5 months ago
0.9.1
5 months ago
0.9.0
5 months ago
0.8.0
6 months ago
0.7.1
6 months ago
0.7.0
6 months ago
0.6.2
7 months ago
0.6.1
7 months ago
0.6.0
7 months ago
0.5.6
7 months ago
0.5.5
7 months ago
0.5.4
7 months ago
0.5.3
8 months ago
0.5.2
8 months ago
0.5.1
8 months ago
0.5.0
8 months ago
0.4.5
8 months ago
0.4.4
8 months ago
0.4.3
8 months ago
0.4.2
8 months ago
0.4.1
8 months ago
0.4.0
8 months ago
0.3.3
8 months ago
0.3.2
9 months ago
0.3.1
9 months ago
0.3.0
9 months ago