Skip to content

Commit 47393db

Browse files
committed
add heroku button
1 parent 30aa427 commit 47393db

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Ruby WebSockets Chat Demo
22

3+
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
4+
35
This is a simple application that serves tasty WebSockets to your users with [faye-websocket](https://github.com/faye/faye-websocket-ruby), [Puma](https://github.com/puma/puma), and [Sinatra](https://github.com/sinatra/sinatra).
46

57
Check out the [live demo](http://ruby-websockets-chat.herokuapp.com/) or [read the docs](https://devcenter.heroku.com/articles/ruby-websockets).

app.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "ruby-websockets-chat-demo",
3+
"description": "A template for getting started with the WebSockets on Heroku using Ruby.",
4+
"website": "http://github.com/heroku-examples/ruby-websockets-chat-demo",
5+
"success_url": "/",
6+
"addons": ["rediscloud"],
7+
"env": {},
8+
"scripts": {}
9+
}

0 commit comments

Comments
 (0)