@spectrajs/node
v0.14.1
Published
Node.js Adapter for Spectra
Readme
@spectrajs/node
Adapter for using Spectra in Node.js environments.
Installation
npm install @spectrajs/nodeDocumentation
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.
