0.0.1 • Published 3 years ago

@serverful/public v0.0.1

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
3 years ago

Serverful/Public

An extension to automate file serving in a specific directory.

Features

  • Automatic file serving of a directory.

Links

Installation

npm install @serverful/public

const Public = require("@serverful/public");
// ...

Usage

Serve /public/* resources automatically.

const MyServer = new Serverful(80);
MyServer.Gateway("public", Public("./WebContent/Public/"));

This module is licensed under Apache 2.0.

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago