litecable icon indicating copy to clipboard operation
litecable copied to clipboard

Lightweight Action Cable implementation (Rails-free)

Results 4 litecable issues
Sort by recently updated
recently updated
newest added

## Summary ## Changes - [ ] Change A ### Checklist - [ ] I've added tests for this change - [ ] I've added a Changelog entry - [...

Travis is failing due to https://github.com/boazsegev/iodine/issues/45 1. Is it ok to just declare `Litecable::Server` in `lite_cable/iodine_server.rb` or should I implement some kind of `Litecable.iodine!`? 2. What interface `ClientSocket::Base` should provide?...

CultOfMartians

Hi, Here is the integration with Iodine. Almost all is working, except few problems that listed in the top of lib/lite_cable/iodine.rb. Most important problem is the one with broadcast from...

CultOfMartians

[Plezi](http://www.plezi.io/) is a framework for real-time applications built on top of [Iodine](https://github.com/boazsegev/iodine) web server. We want to make LiteCable compatible with Plezi/Iodine out-of-the-box (just like we did with [AnyCable](http://anycable/.io)). By...

enhancement
CultOfMartians
PR attached