https://github.com/lambda2/demo_websocket
https://github.com/lambda2/demo_websocket
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lambda2/demo_websocket
- Owner: lambda2
- Created: 2015-04-04T10:03:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-04T10:03:10.000Z (about 11 years ago)
- Last Synced: 2024-06-13T06:08:41.030Z (about 2 years ago)
- Language: Ruby
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pour tout installer: `bundle install`
Pour lancer le serveur: `rails s -p PORT`
Pour tester les websockets: `wscat --connect ws://localhost:PORT/websocket`
Pour etre sur que ca parle: `tail -f PATH/demo_websocket/log/websocket_rails.log`
### Configuration de prod
- ruby-2.1.2
- rails 4.1.6