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 storeexportdefaultroutes().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. appappPublic

    Build high-performance and scalable web apps

    TypeScript 54 4

  2. benchmarkbenchmarkPublic

    Benchmarking HTTP frameworks

    TypeScript 28 5

  3. utilsutilsPublic

    Utilities for parsing and handling requests

    TypeScript 20

  4. clusterclusterPublic

    A cluster implementation

    TypeScript 7 1

  5. examplesexamplesPublic

    Stric examples

    TypeScript 4 1

  6. docsdocsPublic

    Stric documentation

    TypeScript 2 1

Repositories

Showing 8 of 8 repositories

Top languages

Loading…

Most used topics

Loading…