Skip to content
@bunsvr

Stric

A Bun-first framework for building high performance web applications and APIs

Stric

A web framework focused on performance and scalability.

import { routes } from '@stricjs/app';
import { text, json } from '@stricjs/app/send';

// Each route file exports a routes store
export default routes()
    .get('/', () => text('Hi'))
    .post('/json', c => c.req.json().then(json));

Stric is one of the fastest Bun HTTP framework. See benchmark for more details.

License

This license applied to the whole project, see LICENSE.md.

Pinned Loading

  1. app app Public

    Build high-performance and scalable web apps

    TypeScript 55 3

  2. benchmark benchmark Public

    Benchmarking HTTP frameworks

    TypeScript 27 4

  3. utils utils Public

    Utilities for parsing and handling requests

    TypeScript 18

  4. cluster cluster Public

    A cluster implementation

    TypeScript 7 1

  5. examples examples Public

    Stric examples

    TypeScript 4 1

  6. docs docs Public

    Stric documentation

    TypeScript 2 1

Repositories

Showing 8 of 8 repositories

Top languages

Loading…

Most used topics

Loading…