Project

httpit

0.0
Low commit activity in last 3 years
A long-lived project that still receives updates
HTTP sever for directory index with extra features
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 6.1.1
~> 2.4.0
~> 3.7.4
~> 3.0.6
 Project Readme

Make static web server from any folder

Build on sinatra, useful for developing JS applications and doing "psd => xhtml" works

Usage

gem install httpit
cd /folder/for/server
httpit
# or you can set port
httpit 9081

screen shot 2013-12-25 at 10 39 44 am

Features

  • Haml support
  • Sass support
  • MarkDown support

To complile sass file make request for style.sass.css

See example folder

Use cases

  • Develop websites with HAML & SASS but without backend
  • Share files to mobile devices (if we access over Wi-Fi)
  • Try some 3rd-party examples what requires absolute urls (src="/files/...")