Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosylilly/rails_with_websocket
https://github.com/rosylilly/rails_with_websocket
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rosylilly/rails_with_websocket
- Owner: rosylilly
- Created: 2012-12-09T04:39:19.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-09T04:39:38.000Z (about 12 years ago)
- Last Synced: 2024-12-22T13:14:56.687Z (15 days ago)
- Language: Ruby
- Size: 129 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
# Rails with WebSocket
> わざわざ Rails と WebSocket サーバーを別で立てて foreman で管理するとかめんどくさすぎて死んでしまいそう。
というような目的でやってみた。
動かし方は
```
$ bundle install
$ thin start
$ open http://localhost:3000/
```で OK。
## 依存 Gem
- rails 3.2.9
- websocket-rack 0.4.0## 検証した Ruby
MRI version 2.0.0-preview2