Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schneidmaster/action_cable
Port of Rails 5 ActionCable client
https://github.com/schneidmaster/action_cable
Last synced: about 2 months ago
JSON representation
Port of Rails 5 ActionCable client
- Host: GitHub
- URL: https://github.com/schneidmaster/action_cable
- Owner: schneidmaster
- License: mit
- Created: 2016-04-23T18:01:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-09T17:40:13.000Z (over 8 years ago)
- Last Synced: 2024-04-26T12:22:14.356Z (8 months ago)
- Language: CoffeeScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Deprecated
Use [actioncable-modules](https://github.com/schneidmaster/actioncable-modules) instead for Rails 5.0.0 stable and beyond.
# ActionCable
Port of Rails 5 ActionCable
## Contributing
1. Fork it ( https://github.com/schneidmaster/action_cable/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request## Credits
Obviously, this project is heavily indebted to the entire Rails team, and most of the code in `lib/action_cable` is taken directly from Rails 5.
## License
MIT