0.0.4 • Published 13 years ago

backplane v0.0.4

Weekly downloads
11
License
-
Repository
github
Last release
13 years ago

This library implements a backplane server and client on NodeJS.

Links

Installation

npm install backplane

Usage

This library includes 3 major components. A client for periodically polling an existing backplane server, a backplane server that runs on a plain node installation and a backplane server designed to work with connect.

Client:

The client is used to poll an existing backplane server for messages. Once created it will check the backplane server for new messages at a specified interval.

Connect Server:

This component implements a response handler for using with the Connect middleware framework.

Plain Node Server:

This component allows you to create a backplane server on a vanilla node installation.

License

This library is licensed under the MIT license. A copy of this can be found here

0.0.4

13 years ago

0.0.3

13 years ago

0.0.1

13 years ago