This library implements a backplane server and client on NodeJS.
npm install backplane
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.
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.
<script src="http://gist-it.appspot.com/github/digitalbutter/node-backplane/raw/master/Examples/backplanePoller/poller.js"></script>This component implements a response handler for using with the Connect middleware framework.
<script src="http://gist-it.appspot.com/github/digitalbutter/node-backplane/raw/master/Examples/backplaneServer/connect.js"></script>This component allows you to create a backplane server on a vanilla node installation.
<script src="http://gist-it.appspot.com/github/digitalbutter/node-backplane/raw/master/Examples/backplaneServer/node.js"></script>This library is licensed under the MIT license. A copy of this can be found here