Ecosyste.ms: Awesome
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: 2 days 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T23:15:58.000Z (over 5 years ago)
- Last Synced: 2024-04-14T18:35:50.952Z (10 months ago)
- Language: Java
- Size: 155 KB
- Stars: 14
- Watchers: 30
- Forks: 16
- 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
```