0.14.1 • Published 3 months ago

@spectrajs/node v0.14.1

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

@spectrajs/node

codecov GitHub Workflow Status License npm npm Bundle Size

Adapter for using Spectra in Node.js environments.

Installation

npm install @spectrajs/node

Documentation

The documentation is available here.

Example

import { Spectra } from "@spectrajs/core";
import { serve } from "@spectrajs/node";

const app = new Spectra();
app.get("/", (c) => c.text("Spectra!"));

serve(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