-
node-ecstatic是一款中间件,适用于作为静态文件服务器与核心http、express或CLI搭配使用
资源介绍
此项目是未维护和已弃用的
请使用其他东西。 参见: :
欣喜若狂
一个简单的静态文件服务器中间件。 与原始http服务器,快速连接/连接或在CLI上一起使用它!
例子:
快递4.x
'use strict' ;
const express = require ( 'express' ) ;
const ecstatic = require ( '../lib/ecstatic' ) ;
const http = require ( 'http' ) ;
const app = express ( ) ;
app . use ( ecstatic ( {
root : ` ${ __dirname } /public` ,
showdir : true ,
} ) ) ;
http . createServer ( app ) . listen ( 8080 ) ;
cons
- 上一篇: linux分享PPT
- 下一篇: U890安装与配置