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
- Host: GitHub
- URL: https://github.com/heroku-examples/play-websockets-sample
- Owner: heroku-examples
- Created: 2013-09-25T01:49:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T23:15:58.000Z (about 6 years ago)
- Last Synced: 2025-03-30T18:03:19.238Z (4 months ago)
- Language: Java
- Size: 155 KB
- Stars: 15
- Watchers: 30
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```