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

  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

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…