This is a self-rolled minimalist hosting platform.
I needed something to host my files and stuff so I decided to write it myself.
- Node.js
- Something to host this on.
$ git clone https://github.com/queercat/most
$ cd most
$ npm install
Assuming you have a copy of most already and an up to date set of packages just...
$ cd most
$ npm install
$ mv config-example.json config.json
<-- Please edit this to your liking.
$ node start
- JSON - The world's best data-interchange format.
- Express - Awesome minimalist web-framework.
- Formidable - Used to parse and save uploads.
- May Tusek - Design and Creation - Queercat
This project is licensed under the MIT License - see the LICENSE.md file for details
- Good API documentation!
- Stackoverflow homies.