Sha256: 68307def88246938511811cdd65ea3165bd506ac2c26af6dcf9fc74c36c79608

Contents?: true

Size: 511 Bytes

Versions: 13

Compression:

Stored size: 511 Bytes

Contents

Comet Chat
==========

* Ruby 1.8.7+ or 1.9.2+
* sinatra-cometio with Sinatra1.3+


Install Dependencies
--------------------

    % gem install bundler foreman
    % bundle install


Run
---

    % foreman start

=> http://localhost:5000


Deploy Heroku
-------------

    % mkdir ~/cometio-sample
    % cp -R ./ ~/cometio-sample/
    % cd ~/cometio-sample
    % git init
    % git add ./
    % git commit -m "first sample chat"
    % heroku create --stack cedar
    % git push heroku master
    % heroku open

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
sinatra-cometio-0.1.3 sample/README.md
sinatra-cometio-0.1.2 sample/README.md
sinatra-cometio-0.1.1 sample/README.md
sinatra-cometio-0.1.0 sample/README.md
sinatra-cometio-0.0.9 sample/README.md
sinatra-cometio-0.0.8 sample/README.md
sinatra-cometio-0.0.7 sample/README.md
sinatra-cometio-0.0.6 sample/README.md
sinatra-cometio-0.0.5 sample/README.md
sinatra-cometio-0.0.4 sample/README.md
sinatra-cometio-0.0.3 sample/README.md
sinatra-cometio-0.0.2 sample/README.md
sinatra-cometio-0.0.1 sample/README.md