https://github.com/nning/rails5-websocket-angular
Prototype for server push with ActionCable and AngularJS
https://github.com/nning/rails5-websocket-angular
angularjs prototype rails rails5 websocket
Last synced: 5 months ago
JSON representation
Prototype for server push with ActionCable and AngularJS
- Host: GitHub
- URL: https://github.com/nning/rails5-websocket-angular
- Owner: nning
- Created: 2015-11-23T21:08:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T08:21:56.000Z (over 6 years ago)
- Last Synced: 2025-04-07T21:18:42.912Z (about 1 year ago)
- Topics: angularjs, prototype, rails, rails5, websocket
- Language: Ruby
- Size: 46.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails 5, WebSocket, AngularJS Prototype
This application demonstrates the integration of Rails 5, ActionCable
(WebSocket), and AngularJS to accomplish client live updates via server push.
PostgreSQL and redis servers are required. Run `rake db:seed` to generate
sample data.