libpush
v0.2.2
Published
TouchLay Push library - instant messaging for applications
Downloads
19
Maintainers
Readme
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);