文件名称:abc:创建Web应用程序的更好的Deno框架
文件大小:51KB
文件格式:ZIP
更新时间:2024-02-24 13:30:16
http framework server deno HTTPTypeScript
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 } ) ;
【文件预览】:
abc-master
----.gitignore(88B)
----util_test.ts(1KB)
----middleware()
--------cors.ts(3KB)
--------cors_test.ts(565B)
--------logger.ts(1KB)
--------skipper.ts(177B)
--------logger_test.ts(1KB)
----dem.json(948B)
----_header.ts(2KB)
----test_util.ts(1KB)
----LICENSE(1KB)
----app_test.ts(6KB)
----router_test.ts(611B)
----CHANGELOG.md(819B)
----group_test.ts(1KB)
----mod.ts(220B)
----context_test.ts(6KB)
----.github()
--------workflows()
----examples()
--------file_upload()
--------jsx()
--------cat_app()
--------websocket()
--------static()
--------test.ts(2KB)
--------ultra_cat_app()
--------template()
----README.md(1KB)
----vendor()
--------https()
----context.ts(6KB)
----benchmarks()
--------paths.ts(296B)
--------app.ts(775B)
----group.ts(3KB)
----_http_method.ts(180B)
----http_exception.ts(6KB)
----util.ts(570B)
----app.ts(7KB)
----router.ts(1KB)
----.gitattributes(62B)
----docs()
--------context.md(693B)
--------style_guide.md(949B)
--------static_files.md(376B)
--------middleware.md(2KB)
--------cors.md(635B)
--------router.md(1KB)
--------getting_started.md(2KB)
--------logger.md(757B)
--------exception_filter.md(2KB)
--------table_of_contents.md(332B)
----types.ts(686B)
----constants.ts(125B)
----_mime.ts(2KB)