@stricjs/core
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

The core server of StricJS which aims to be fast.

import { App } from "@stricjs/core";

// Create a new app
export default new App()
    // Add a middleware
    .use(() => new Response("Hello world!"));

See more examples here.

Readme

Keywords

Package Sidebar

Install

npm i @stricjs/core

Weekly Downloads

9

Version

1.1.3

License

none

Unpacked Size

3.38 kB

Total Files

4

Last publish

Collaborators

  • leithen
  • reve-node