abc:创建Web应用程序的更好的Deno框架 源码

上传:qqcompetitive25801 浏览: 11 推荐: 0 文件:ZIP 大小:51KB 上传时间:2021-02-18 05:00:56 版权申诉
Abc A B埃特杰诺框架到C reate Web应用程序 快速链接 你好世界 import { Application } from "https://deno.land/x/abc@v1.2.4/mod.ts" ; const app = new Application ( ) ; console . log ( "http://localhost:8080/" ) ; app . get ( "/hello" , ( c ) => { return "Hello, Abc!" ; } ) . start ( { port : 8080 } ) ;
上传资源
用户评论