Skip to content
@bristol-svr

bristol-svr

Colstonjs

Fast, simple and lightweight Web/API framework for Bunjs 🚀.

import Colston, { Context } from '@colstonjs/core';

const app = new Colston();
app.get('/', (ctx: Context) => {
  return ctx.status(200).text('Hello colstonjs');
});

app.listen(8000, () => console.log(`:listening`));

License

This license applied to the whole project, see LICENSE

Popular repositories Loading

  1. .github .github Public

  2. docs docs Public

    Colstonjs documentation

    TypeScript

  3. core core Public

    Colstonjs core

    TypeScript

  4. cors cors Public

    Colstonjs cors

    TypeScript

  5. examples examples Public

    Colstonjs examples

    TypeScript

Repositories

Showing 5 of 5 repositories
  • cors Public

    Colstonjs cors

    bristol-svr/cors’s past year of commit activity
    TypeScript 0 0 0 0 Updated Jul 17, 2024
  • core Public

    Colstonjs core

    bristol-svr/core’s past year of commit activity
    TypeScript 0 0 0 0 Updated Mar 29, 2024
  • docs Public

    Colstonjs documentation

    bristol-svr/docs’s past year of commit activity
    TypeScript 0 0 0 0 Updated Mar 26, 2024
  • examples Public

    Colstonjs examples

    bristol-svr/examples’s past year of commit activity
    TypeScript 0 0 0 0 Updated Mar 26, 2024
  • .github Public
    bristol-svr/.github’s past year of commit activity
    0 0 0 0 Updated Mar 12, 2024

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…