Sha256: a967ebdc54d68ba33640bab0bf50e546bec68f6b132225c69b82baf037d35e12
Contents?: true
Size: 706 Bytes
Versions: 50
Compression:
Stored size: 706 Bytes
Contents
# isomorfeus-transport Transport and PubSub for Isomorfeus. ### Community and Support At the [Isomorfeus Framework Project](https://isomorfeus.com) ## Installation isomorfeus-transport is usually installed with the installer. Otherwise add to your Gemfile: ```ruby gem 'isomorfeus-transport' ``` and bundle install/update ## Configuration options Client and Server: - Isomorfeus.api_websocket_path - path for server side endpoint, default: `/isomorfeus/api/websocket` Server only: - Isomorfeus.middlewares - all the rack middlewares to load ## Usage - [Channels (PubSub)](https://github.com/isomorfeus/isomorfeus-project/blob/master/isomorfeus-transport/docs/channels.md)
Version data entries
50 entries across 50 versions & 1 rubygems