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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    6
  • 0.0.1
    0

Package Sidebar

Install

npm i conga-socketio

Weekly Downloads

6

Version

0.0.2

License

MIT

Last publish

Collaborators

  • lampjunkie