Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 979 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 979 Bytes

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.