simpleS
  • Docs
  • npm
  • GitHub

›WS

Docs

  • Index
  • Get Started

Reference

    General

    • Server
    • Mirror
    • Session
    • Store

    HTTP

    • HTTPHost
    • Router
    • HTTPConnection

    WS

    • WSHost
    • WSChannel
    • WSConnection

    Client

    • Client
    • ClientRequest
    • ClientConnection

    Info

    • Logging

WSChannel

[WORK IN PROGRESS]

.connections - The collection of connections of the channel

.bind(connection) - Binds connections to the channel

.broadcast([event, ]data[, filter]) - Sends a message to the connections of the channel

.close() - Drops all the connections from the channel, removes the channel

.unbind(connection) - Unbinds the connection from the channel

← WSHostWSConnection →
simpleS
Docs
IndexGet Started
More
npmGitHubStar
Copyright © 2012 - 2019 Nicu Micleușanu