https://github.com/paxa/httpit
HTTP sever for directory index with extra features
https://github.com/paxa/httpit
Last synced: 3 months ago
JSON representation
HTTP sever for directory index with extra features
- Host: GitHub
- URL: https://github.com/paxa/httpit
- Owner: Paxa
- License: mit
- Created: 2010-06-18T12:38:58.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2023-07-17T08:05:45.000Z (about 3 years ago)
- Last Synced: 2025-06-17T03:07:16.157Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Make static web server from any folder
Build on sinatra, useful for developing JS applications and doing "psd => xhtml" works
## Usage
```bash
gem install httpit
cd /folder/for/server
httpit
# or you can set port
httpit 9081
```

## 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/...")