timothyej / Shortfin

Shortfin is a very fast and lightweight open-source web server that serves static content only.
GNU General Public License v2.0
170 stars 8 forks source link

Shortfin Web Server

http://shortfin.io

Timothy E. Johansson timothy.ejohansson@gmail.com

Description: Shortfin is a fast and lightweight static web server made to run web apps.

Tested on:

Install $ ./configure $ make

make install

Configure:

vim /etc/shortfin/shortfin.conf

How to start the server

shortfin -c /etc/shortfin/shortfin.conf

or

# /etc/init.d/shortfin start