conga-socketio
v0.0.2
Published
Conga.js bundle which adds Socket.IO to an application
Downloads
3
Readme
conga-socketio
Overview
This is a bundle for the Conga.js framework which integrates Socket.IO into a project.
Configuration
Example:
// config.yml
socketio:
enabled: true
port: 3001
options:
origins: '*:*'
store:
type: memory
options:
heartbeats: true
resource: /socket.io
transports: [websocket, htmlfile, xhr-polling, jsonp-polling]
authorization: false
log level: 3