town_crier
v0.0.13
Published
AMQP to SSE bridge
Downloads
9
Maintainers
Readme
Town Crier
An AMQP bridge to the browser using Server-Sent Events
This is still an early alpha prototype. Use at your own risk.
Installation
Broswerify
require('town_crier');
Sprockets
//= require town_crier/client
or
//= require town_crier/client.min
Boring old script tags
<script src="/path/to/town_crier/client.js"></script>
or
<script src="/path/to/town_crier/client.js"></script>