elroy-cloud

0.0.16 • Public • Published

Elroy Cloud

npm install elroy-cloud

Example

var Server = require('./cloud');
 
var s = new Server();
s.collector(function(data){
  console.log('log:',data.msg);
});
 
s.listen(process.env.PORT || 3000);

/elroy-cloud/

    Package Sidebar

    Install

    npm i elroy-cloud

    Weekly Downloads

    14

    Version

    0.0.16

    License

    MIT

    Last publish

    Collaborators

    • mdobs
    • kevinswiber
    • adammagaluk