Asynchronous HTTP Example

  1. clone repo git clone git@github.com:Hinsei/HTTPAsyncExample.git
  2. enter folder cd HTTPAsyncExample
  3. install dependencies bundle install
  4. start app bundle exec app.rb
  5. open brower with url localhost:4567
Disclaimer

Original Repo can be found here