Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Pablo-Merino/Typhoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typhoon, a Ruby Webserver

Typhoon is a fast and extendible HTTP webserver, with basic PHP support.

Required gems:

  • Daemons: gem install daemons

How to run it

Configure it via config.yml. I think it's self explanatory, then cd to the server directory and run ./boot.rb start (or ./boot.rb start -t to start it verbose) and go to http://localhost:9091. It'll show you the index.html that you put inside the public_html (or whatever value you set on publicHTMLDir on the config). Done! Now fork and make it better :D

Check out the Windows branch for Windows support: [https://github.com/Pablo-Merino/Typhoon/tree/windows](Windows branch)

About

A mini webserver written in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages