An open API service indexing awesome lists of open source software.

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

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.