8000 GitHub - shi2713/express-ssi: Add SSI Support To Express
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

shi2713/express-ssi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-ssi

Build Status

Add SSI Support To Express

About express-ssi: response.end() method triggered before add SSI Parse to the Express

Supported Instructions

<!--#include virtual="" -->
<!--#include file="" -->

Installation

npm install express-ssi

Usage

var expressSSI = require("express-ssi");
expressSSI.init(express,ssiServer);

Methods

init(express, ssiServer)

filename Object express object

ssiServer String ssiServer address,default:"http://www.atguat.com.cn"

MIT

About

Add SSI Support To Express

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%
0