Skip to content
/ Shortfin Public
forked from timothyej/Shortfin

Shortfin is a very fast and lightweight open-source web server that serves static content only.

License

Notifications You must be signed in to change notification settings

Devko/Shortfin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortfin Web Server
------------------
http://shortfin.io

Timothy E. Johansson <[email protected]>


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


Tested on:
-  Linux (Ubuntu)
  
  
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

About

Shortfin is a very fast and lightweight open-source web server that serves static content only.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.6%
  • Shell 5.0%
  • Objective-C 1.2%
  • C++ 0.2%