No commit activity in last 3 years
No release in over 3 years
Hornet Ruby Connector is a connector for Hornet, a realtime engine backed by Redis and Socket.io
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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.