lt-web-server 1.0.2

Super lightweight static web server using vibe.d


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

lt-web-server

Simple lightweight static web server using Vibe.D and language D.

Usage:

This web server can be configured using a simple settings file called web.json

{
    "routes": [
        {"path": "*", "type": "path", "arg": "public/"},
        {"path": "test.html", "type": "file", "arg": "public/my-file.txt"}
    ]
}

The type path allows to serve a path with wildcards using a base folder. The type file allows to serve a path using a static file.

Authors:
  • Jairo Andres Velasco (jairov4)
Dependencies:
vibe-d, daemonize, jsonizer
Versions:
1.0.5 2016-Jul-06
1.0.4 2016-Jul-05
1.0.3 2016-Jul-05
1.0.2 2016-Jun-26
1.0.1 2016-Jun-26
Show all 7 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 1 downloads this month

  • 84 downloads total

Score:
0.6
Short URL:
lt-web-server.dub.pm