Vladimir Dementyev
Vladimir Dementyev
[Hotwire][] allows use to leverage HTML-over-the-Wire as much as possible and get rid of unnecessary JavaScript. ## What's in a poke - [x] Migrate items deletion and completion to Turbo...
## Description This PR demonstrates the usage if the `@anycable/web` JS library to communicate with the server. [Read more](https://github.com/palkan/anycable-client). ## Changes - [x] Migrated from `@rails/actioncable` to `@anycable/web` - [x]...
## Description This PR demonstrates how to use the official Apollo WebSocket link with [AnyCable Pro](https://anycable.io/#pro). ## Changes - [x] Added GraphQL API - [x] Added React Native ([Expo](https://expo.io)) client...
[CableReady][] provides an API to manipulate DOM from the server in a very efficient way. We can drastically reduce the amount of JS code. [StimulusReflex][] converts user actions into server-side...
## Description This PR demonstrates how AnyCable works with Redis Sentinels. ## How to use this example? 1) Start Redis with Sentinels: ```sh dip up redis-sentinel ``` That would start...
_Last updated: 2024-04-02 (AnyCable v1.5, Rails 7.1, Ruby 3.2)_ ## Description A simplified version of the application to run on local machine. ## Changes - [x] Switched from PostgreSQL to...
## Description This PR demonstrates the usage if the [Protobuf encoding](https://docs.anycable.io/anycable-go/binary_formats?id=protobuf) with the [AnyCable Client](https://github.com/palkan/anycable-client) library. This PR is based on #21. ## Changes - [x] Add `@anycable/protobuf-encoder` package -...
## Description This PR demonstrates the usage if the [JWT identification]() feature from AnyCable Go PRO along with the [AnyCable Client](https://github.com/palkan/anycable-client) library and the [anycable-rails-jwt](https://github.com/anycable/anycable-rails-jwt) gem. This PR is based...
## Description This PR demonstrates how to use Msgpack-encoded messages to communicate with AnyCable server. **NOTE:** Msgpack is only supported by `anycable-rack-server` for now. ## Changes - [x] Patched Action...