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.
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
Latest update on Harp at http://techtus.blogspot.co.uk/harp
24 May 2013, An unique open source HTTP server called Harp
(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/>.