Hornet Ruby Connector
Description
This is the Ruby connector for Hornet realtime engine.
Hornet is a realtime engine originally built for Fresc that let you enhance your web application by connecting users together. Hornet is meant to be used next to your own existing application, no matter what language or framework you're using, by using connectors.
Hornet is powered by NodeJs, Socket.io and is backed by Redis.
See Hornet README for more information about Hornet and the connector specification
Connector Installation
Add the following dependency in your Gemfile:
gem "hornet-connector-ruby"
License
This project is distributed under Apache 2 License. See LICENSE.txt for more information.