serve 1.1.2

A simple HTTP server for static files.


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:

serve Dub Uses vibe.d

A simple HTTP server for static files.

Installation

You can simply use dub to run the tool.

dub fetch serve
dub run serve
dub run serve -- [ARGS]

Or you build the tool and copy/symlink it into your path.

dub fetch serve
dub build serve
sudo mv ~/.dub/packages/serve-1.0.0/serve /usr/local/bin/

Usage

  • serve the current working directory

    serve
    
  • serve an html file with it's containing folder and open it in your browser

    serve path/to/index.html
    
  • serve a folder

    serve path/to/folder
    
  • use a different port than 8080 (-p|--port)

    serve -p 1234
    
  • bind a different IP address than 127.0.0.1 using (-b|--bind)

    serve -b 127.0.0.1
    
  • run -h|--help to see all options

    serve -h
    
Authors:
  • Martin Nowak
Dependencies:
vibe-d:http
Versions:
1.1.2 2021-Feb-09
1.1.1 2021-Feb-09
1.1.0 2018-May-04
1.0.3 2018-May-04
1.0.2 2017-Oct-21
Show all 8 versions
Download Stats:
  • 0 downloads today

  • 1 downloads this week

  • 2 downloads this month

  • 356 downloads total

Score:
1.5
Short URL:
serve.dub.pm