UNPKG

socket.io-rpc

Version:

Minimalistic remote procedure call(RPC/RMI) library bootstrapped on socket.io

13 lines (10 loc) 262 B
/** * Export transports. */ module.exports = { websocket: require('./websocket') , flashsocket: require('./flashsocket') , htmlfile: require('./htmlfile') , 'xhr-polling': require('./xhr-polling') , 'jsonp-polling': require('./jsonp-polling') };