genji-static

1.0.2 • Public • Published

genji-static

A static file serving middleware for genji framework.

Usage

var genji = require('genji');

// Create a genji site instance
var site = genji.site();

// Use this plugin
site.use(require('genji-static'), {
  staticRoot: '/home/www/public', // Root path of the static resources
  filter: '/public' // This tell the plugin to handle only the url which starts with '/public'
});

// Start handling request
site.start();

Readme

Keywords

none

Package Sidebar

Install

npm i genji-static

Weekly Downloads

0

Version

1.0.2

License

none

Last publish

Collaborators

  • zir