0.2.1 • Published 9 years ago

amoeba.io-socket-client v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

#Socket client for amoeba.io See also https://github.com/amoebaio/amoeba.io-socket-server

##Installation

npm install amoeba.io-socket-client

##Usage

var Amoeba = require("amoeba.io");
var SocketClient = require("amoeba-socket-client");

var amoeba = new Amoeba();

amoeba.path("chat").as(new SocketClient({
            url: "http://localhost:8090"
        }), function(err, result) {
            if(!err){
                //connected
            }
        });
0.2.1

9 years ago

0.1.0

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago