Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 258 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 258 Bytes

chatapp

Little sinatra chat-like app

To run the app you need sinatra

$ gem install sinatra

Then cd into the project folder and run

$ ruby main.rb

If you want to you can also use shotgun

$ gem install shotgun
$ shotgun main.rb