actioncable-examples
actioncable-examples copied to clipboard
Action Cable Examples
Results
4
actioncable-examples issues
Sort by
recently updated
recently updated
newest added
I think the code could be cleaned up a bit for clarity -- specifically to focus more on the important parts and comment what is going on. Some of this...
I added a docker compose example file to quickly launch the example with [Docker Compose](https://docs.docker.com/compose/). Example usage: ``` bash # Move to the directory: cd actioncable-examples # FIRST TIME ONLY:...