0.2.2 • Published 11 years ago
libpush v0.2.2
libpush 
instant messaging for applications
Setup
Just type npm install libpush
to install libpush in your project folder.
Usage
libpush attaches to primus, which is why you need to set that up first. Then you can do:
var push = require('libpush')(primus);