socket.io-rpc-client

0.8.9 • Public • Published

socket.io-rpc-client

client library for a socket.io-rpc

#Usage npm install socket.io-rpc-client then in Node.js:

var backend = rpcClient('http://localhost:8031');

backend.loadChannel('./rpc_channel_test').then(function(chnl){
    //chnl contains your remote methods
})

#Tests so far only few e2e tests are implemented and they are a part of socket.io-rpc project

Package Sidebar

Install

npm i socket.io-rpc-client@0.8.9

Version

0.8.9

License

MIT

Last publish

Collaborators

  • capaj