Skip to content

alphaKAI/dww

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#dww dww is minimal http server for static files in D, inspired by www

##Installation

$ git clone https://github.com/alphaKAI/dww
$ cd dww
$ dub build

##Usage

You should make an alias before using.

alias dww=path/to/dirctory/of/dww
$ cd path/to/document/root
$ dww

HTTP server start serving static files at random port, browser will be opened automatically.
You can configure binding address(IP), port and directory as document root with commandline option:

-b <value>, --binding=<value> : Bind www to the specified IP.
-p <value>, --port=<value>    : TCP port number
-r <value>, --root=<value>    : Root directory 

##LICENSE Copyright (C) 2017 Akihiro Shoji
This software is released under the MIT LICENSE.
Please see LICENSE file for details.

About

dww is minimal HTTP Server for static files in D, inspired by https://github.com/pocke/www

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages