miniserver

Version, currently master branch1 version
  • master branchlatestApr 3, 2017

github.com/bcardiff/miniserver

A small static file server built in crystal

16 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  miniserver:
    github: bcardiff/miniserver
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.21.1
License
MIT
Author
Brian J. Cardiff <bcardiff@manas.tech>
Target
  • miniserver from src/miniserver.cr

Dependencies

This version declares no dependencies.

README

# miniserver
A small static file server built in crystal

* [docker image](https://hub.docker.com/r/bcardiff/miniserver)
* [read post](https://manas.tech/blog/2017/04/03/shipping-crystal-apps-in-a-small-docker-image.html) about how to build this image in [Manas.Tech](https://manas.tech/)