Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 675 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 675 Bytes

Ractive.js and vert.x integration over the event bus

Small proof of concept project for fetching data for a client side Ractive.js application, from a vert.x based server backend. Data is transferred via the event bus provided by the vert.x platform.

It's based on the vert.x Gradle build template and Ractive.js own "Comments" simple example.

For the whole description see this blog post. and of course on the pages of vert.x and Ractive.js.