just-a-server:简单,小型的服务器,无需配置,但仍然具有足够的灵活性

时间:2024-05-26 17:06:18
【文件属性】:

文件名称:just-a-server:简单,小型的服务器,无需配置,但仍然具有足够的灵活性

文件大小:2KB

文件格式:ZIP

更新时间:2024-05-26 17:06:18

JavaScript

只是一个服务器 简单,小型的服务器,无需配置,但仍然具有足够的灵活性 安装 $ npm install just-a-server 用法 开始提供当前工作目录: var serve = require ( 'just-a-server' ) serve ( './' , 'localhost:8000' ) 添加回调以执行更多操作: var serve = require ( 'just-a-server' ) serve ( './static' , 'localhost:8000' , function ( path , req , res ) { if ( path == 'yo' ) { res . end ( 'yo' ) return true } } )


【文件预览】:
just-a-server-master
----.gitignore(27B)
----package.json(462B)
----index.js(1KB)
----README.md(495B)
----example.js(152B)
----.npmignore(30B)

网友评论