An open API service indexing awesome lists of open source software.

https://github.com/heroku-examples/play-websockets-sample

Play! Heroku Websockets Example
https://github.com/heroku-examples/play-websockets-sample

Last synced: 3 months ago
JSON representation

Play! Heroku Websockets Example

Awesome Lists containing this project

README

        

# Play! Websocket Test

[Play!](http://www.playframework.com/) demo for Heroku websockets support.

# Running

``` bash
$ play run
```

# Running on Heroku

``` bash
$ heroku create --buildpack https://github.com/jamesward/heroku-buildpack-scala.git
$ heroku labs:enable websockets
$ git push heroku master
$ heroku open
```