haifeng / cable_ready

CableReady completes the ActionCable story and expands the utility of web sockets in your Rails app

Home Page:https://cableready.stimulusreflex.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to CableReady πŸ‘‹

downloads License: MIT Lines of Code Documentation
semantic-release Ruby Code Style JavaScript Code Style
Maintainability Prettier-Standard StandardRB


CableReady helps you create great real-time user experiences by making it simple to trigger client-side DOM changes from server-side Ruby. It establishes a standard for interacting with the client via ActionCable web sockets. No need for custom JavaScript.

Please read the official ActionCable docs to learn more about ActionCable before proceeding.

πŸ“š Docs

πŸ’™ Community

πŸš€ Install

bundle add cable_ready && yarn add cable_ready

Checkout the documentation to continue!

πŸ™ Contributing

Code of Conduct

Everyone interacting with CableReady is expected to follow the Code of Conduct

Coding Standards

This project uses Standard and prettier-standard to minimize bike shedding related to code formatting.

Please run ./bin/standardize prior submitting pull requests.

πŸ“¦ Releasing

  1. Bump version number at lib/cable_ready/version.rb
  2. Run rake build
  3. Run rake release
  4. Change directories cd ./javascript
  5. Run yarn publish - NOTE: this will throw a fatal error because the tag already exists but the package will still publish

πŸ“ License

CableReady is released under the MIT License.

About

CableReady completes the ActionCable story and expands the utility of web sockets in your Rails app

https://cableready.stimulusreflex.com

License:MIT License


Languages

Language:JavaScript 52.8%Language:Ruby 45.2%Language:Shell 2.0%