0.2.1 • Published 10 years ago

amoeba.io-socket-client v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.0

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago