conga-socketio

0.0.2 • Public • Published

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

Usage

Configuring Listeners

Readme

Keywords

none

Package Sidebar

Install

npm i conga-socketio

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • lampjunkie