Sha256: d6cbf0702f0404a7f33e55b78a2bdf2e52f5ec18873b477a6015bc2cdfd5ffe1
Contents?: true
Size: 551 Bytes
Versions: 4
Compression:
Stored size: 551 Bytes
Contents
WebSocket/Comet Chat ==================== * Ruby 1.8.7 or 1.9.2 or 1.9.3 or 2.0.0 * sinatra-rocketio with Sinatra1.3+ Install Dependencies -------------------- % gem install bundler foreman % bundle install Run --- % foreman start => http://localhost:5000 Deploy Heroku ------------- % mkdir ~/rocketio-sample % cp -R ./ ~/rocketio-sample/ % cd ~/rocketio-sample % git init % git add ./ % git commit -m "first sample chat" % heroku create --stack cedar % git push heroku master % heroku open
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sinatra-rocketio-0.0.4 | sample/README.md |
sinatra-rocketio-0.0.3 | sample/README.md |
sinatra-rocketio-0.0.2 | sample/README.md |
sinatra-rocketio-0.0.1 | sample/README.md |