bottle:一个学习型的web框架,自带

时间:2024-03-28 06:54:25
【文件属性】:

文件名称:bottle:一个学习型的web框架,自带

文件大小:26KB

文件格式:ZIP

更新时间:2024-03-28 06:54:25

koa framework tutorials JavaScript

@ zhengxs /瓶 这是一个学习型的项目,你可以通过阅读文档和源码,最终学会如何写一个web框架。 安装 $ npm i @zhengxs/bottle -S 示例 const { createApp } = require ( '@zhengxs/bottle' ) const app = createApp ( ) app . use ( ( ctx ) => { ctx . body = 'hello,world' } ) app . listen ( 8080 , function ( ) { console . log ( 'Liston on: http://127.0.0.1:8080' ) } ) 执照 麻省理工学院


【文件预览】:
bottle-main
----application.js(6KB)
----context.js(532B)
----_helpers.js(2KB)
----index.js(144B)
----docs()
--------dev.md(15B)
--------tutorials()
--------hello.md(15KB)
--------README.md(1KB)
----package.json(756B)
----.prettierrc(112B)
----.prettierignore(17B)
----_util.js(559B)
----.npmignore(10B)
----examples()
--------hello-world()
--------demo()
--------router()
--------http-server()
----.gitignore(141B)
----README.md(476B)
----router.js(1KB)
----.editorconfig(353B)
----middlewares()
--------view.js(329B)
--------assets.js(2KB)

网友评论