Skip to content

leonardw/harp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

harp - HTTP Active Reverse Proxy server

A file-based HTTP server for serving random or queued ad hoc content by URL, with an inbuilt reverse proxy for a single origin host.

Install

Prerequisite: Node.js must already be installed.

  $ git clone git://github.com/leonardw/harp.git
  $ cd harp
  $ npm install
  $ npm start

Default admin URL is at http://localhost:8880/admin

Demo

Configuration

Blog posts

Latest update on Harp at http://techtus.blogspot.co.uk/harp

24 May 2013, An unique open source HTTP server called Harp

License

(GNU GPL v3 License)

Copyright (c) 2013 Leonard Wu <leonard.wu92@alumni.imperial.ac.uk>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

About

HTTP Active Reverse Proxy server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published