package

github.com/TheEEs/serve.cr

master / published Nov 6, 2020 / repository

Simple static files server, inspired by nodejs's serve

serve.cr

Serving static files with ease

Installation

$ git clone https://github.com/TheEEs/serve.cr
$ cd serve.cr
$ shards build

Usage

$ ./bin/serve.cr --help
Usage : lp_game [-d directory] [-p port]
    -d DIR, --dir=DIR                Directory to server
    -p PORT, --port=PORT             Listening port
    -h, --help                       Print this message

Contributors

  • TheEEs - creator and maintainer

API