0.14.1 • Published 4 months ago

@spectrajs/core v0.14.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@spectrajs/core

codecov GitHub Workflow Status License npm npm Bundle Size

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

4 months ago

0.14.0

5 months ago

0.13.0

5 months ago

0.12.1

6 months ago

0.12.0

6 months ago

0.11.0

6 months ago

0.10.0

7 months ago

0.9.1

7 months ago

0.9.0

7 months ago

0.8.0

7 months ago

0.7.1

8 months ago

0.7.0

8 months ago

0.6.2

8 months ago

0.6.1

8 months ago

0.6.0

9 months ago

0.5.6

9 months ago

0.5.5

9 months ago

0.5.4

9 months ago

0.5.3

9 months ago

0.5.2

9 months ago

0.5.1

9 months ago

0.5.0

10 months ago

0.4.5

10 months ago

0.4.4

10 months ago

0.4.3

10 months ago

0.4.2

10 months ago

0.4.1

10 months ago

0.4.0

10 months ago

0.3.3

10 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.3.0

10 months ago