Sha256: b3fbd172d75e495e13dbff4561bf6d95707d3d8c23b7fef21c09cec5214fe055
Contents?: true
Size: 848 Bytes
Versions: 20
Compression:
Stored size: 848 Bytes
Contents
# isomorfeus-transport Transport and PubSub for Isomorfeus. ### Community and Support At the [Isomorfeus Framework Project](http://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 - [Authentication and Current User](https://github.com/isomorfeus/isomorfeus-project/blob/master/isomorfeus-transport/docs/authentication.md) - [Channels (PubSub)](https://github.com/isomorfeus/isomorfeus-project/blob/master/isomorfeus-transport/docs/channels.md)
Version data entries
20 entries across 20 versions & 1 rubygems