Ruby Web Server
A simple functional server made with pure Ruby.
Section titled “A simple functional server made with pure Ruby.”It can host static websites

Requirements
Section titled “Requirements”- Ruby 2.7.0 minimum
How to use it
Section titled “How to use it”-
Clone this repository
Terminal window git clone https://github.com/KDesp73/Ruby-Web-Server -
Run
bundle installto install the necessary gems -
Add your static site in the
docs/folder -
In selected directory run:
Terminal window ruby ./server.rbThe server is now running on localhost:2000
-
Change the configuration from the ‘config.yml’ file if necessary