glog:git push博客服务器

时间:2024-06-08 09:08:53
【文件属性】:

文件名称:glog:git push博客服务器

文件大小:11KB

文件格式:ZIP

更新时间:2024-06-08 09:08:53

JavaScript

博客 git push博客服务器 例子 自定义http服务器 这是定制服务器可能看起来像将存储库数据存储在./repo中的./repo : var http = require ( 'http' ) ; var glog = require ( 'glog' ) ( __dirname + '/repo' ) ; var ecstatic = require ( 'ecstatic' ) ( __dirname + '/static' ) ; var server = http . createServer ( function ( req , res ) { if ( glog . test ( req . url ) ) { glog ( req , res ) ; } else ecstatic ( req , res ) ; } ) ;


【文件预览】:
glog-master
----readme.markdown(6KB)
----package.json(933B)
----bin()
--------cmd.js(2KB)
--------usage.txt(330B)
----LICENSE(1KB)
----index.js(15KB)
----example()
--------static()
--------server.js(343B)

网友评论