Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 2 days 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
```