spreadthesource / tapestry5-hornet

Integrate hornet java connector inside Tapestry 5

Home Page:https://github.com/spreadthesource/tapestry5-hornet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tapestry 5 - Hornet Connector Integration

This is the Tapestry Integration of Hornet realtime engine.

Hornet is a realtime engine 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

Requires:

  • redis
  • hornet 0.3.x
  • Tapestry 5.3.x

Add the following dependency in your pom.xml file:

<dependency>
	<groupId>com.nectify</groupId>
	<artifactId>hornet-connector-java</artifactId>
	<version>X.Y.Z</version>
</dependency>

License

This project is distributed under Apache 2 License. See LICENSE.txt for more information.

About

Integrate hornet java connector inside Tapestry 5

https://github.com/spreadthesource/tapestry5-hornet

License:Other


Languages

Language:Java 100.0%