Super Awesome Server
Uses Ruby 2.1.1
Two ways to install this gem.
First way:
Make sure Ruby and Rubygems are installed
In a terminal type the following to install the gem:
gem install Simple_Server_ExampleOpen a new terminal and type:
serverOpen a broswer and point it to http://localhost:2345
Second way:
Download this git repo
Inside the root of the repo, build the gem by typing:
gem build server.gemspecInstall the gem by typing:
gem install server-0.0.1.gemOpen a new terminal/commandline and run the server:
serverOpen a broswer and point it to http://localhost:2345
Party on