Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.
danielmunro edited this page Feb 4, 2012 · 3 revisions

#Server

The server object is responsible for broadcasting events in regular intervals and listening and responding to clients.

##Methods

###addSubscriber() For adding a subscriber to one of the server's events.

###instance() The running server, useful for attaching subscribers.

###out() Writing output to the client.

Clone this wiki locally