Sha256: 53d13b5f01ce52cb6aa07c3d22aa93da321e170aa03d2d29c8bd4133a46298a3
Contents?: true
Size: 535 Bytes
Versions: 8
Compression:
Stored size: 535 Bytes
Contents
WebSocket Chat ============== * Ruby 1.8.7+ or 1.9.2+ * sinatra-websocketio with Sinatra1.3+ Install Dependencies -------------------- % gem install bundler foreman % bundle install Run --- % foreman start => http://localhost:5000 Deploy Heroku ------------- % mkdir ~/websocketio-sample % cp -R ./ ~/websocketio-sample/ % cd ~/websocketio-sample % git init % git add ./ % git commit -m "first sample chat" % heroku create --stack cedar % git push heroku master % heroku open
Version data entries
8 entries across 8 versions & 1 rubygems