Skip to content
forked from zhmushan/abc

A better Deno framework to create web application.

License

Notifications You must be signed in to change notification settings

zhmushan-zone/abc

 
 

Repository files navigation

Abc

A better Deno framework to create web application

tag Build Status license tag

Quick links

Hello World

import { Application } from "https://deno.land/x/abc/mod.ts";

const app = new Application();

app
  .get("/hello", c => {
    return "Hello, Abc!";
  })
  .start({ port: 8080 });

About

A better Deno framework to create web application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%