deno-express:该项目的灵感来自https

时间:2024-05-21 10:49:34
【文件属性】:

文件名称:deno-express:该项目的灵感来自https

文件大小:100KB

文件格式:ZIP

更新时间:2024-05-21 10:49:34

TypeScript

迪诺快递 Deno的Node Express方式 该项目的灵感来自它展示了一种运行Deno Webserver的解决方案,如node express方式 例子 server.ts文件 import * as expressive from "https://raw.githubusercontent.com/NMathar/deno-express/master/mod.ts" ; const port = 3000 ; const app = new expressive . App ( ) ; app . use ( expressive . simpleLog ( ) ) ; app . use ( expressive . static_ ( "./public" ) ) ; app . use ( expressive . bodyParser . json ( ) ) ; ap


【文件预览】:
deno-express-master
----.github()
--------workflows()
----src()
--------Response.ts(2KB)
--------simplePathMatcher.ts(1KB)
--------Request.ts(927B)
--------functions()
----types()
--------index.ts(928B)
--------interfaces()
----example()
--------public()
--------test()
--------server.ts(1KB)
----tsconfig.json(354B)
----LICENSE(1KB)
----test.ts(1KB)
----README.md(1KB)
----deps.ts(360B)
----.gitignore(23B)
----mod.ts(5KB)

网友评论