Skip to content
/ abc Public

Web uygulamaları geliştirmek için daha iyi bir Deno framework'ü.

License

Notifications You must be signed in to change notification settings

mavenni/abc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

abc

Web uygulamaları geliştirmek için daha iyi bir Deno framework'ü.

tag Build Status license tag tag

Merhaba dünya

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

const app = new Application();

console.log("http://localhost:8080/");

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

About

Web uygulamaları geliştirmek için daha iyi bir Deno framework'ü.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published