0.1.2 • Published 8 years ago
leitstand-socket.io v0.1.2
leitstand-socket.io

socket.io plugin for Leitstand
Installation
First, install leitstand-cli, if you haven't done yet. Then install the plugin as dependency into your Leitstand app via:
npm install leitstand-socket.io --save
Usage
leitstand
.plugin('socket.io', {
settings: {
uri: '<URI>'
}
})
.callback(function () {
leitstand.widget('sockets-demo', {
plugin: 'socket.io',
events: 'example'
});
});
API
License
MIT © Sebastian Krüger