0.0.2 • Published 8 years ago

vw-socket.io-memcached v0.0.2

Weekly downloads
3
License
-
Repository
github
Last release
8 years ago

socket.io-memcached Build Status NPM version

Note

This adapter is still under development. Feel free to fork and participate in the development.

How to use

var io = require('socket.io')(3000);
var memcached = require('socket.io-memcached');
io.adapter(memcached('192.168.0.102:11212'));

By running socket.io with the socket.io-memcached adapter you can run multiple socket.io instances in different processes or servers that can all broadcast and emit events to and from each other.

If you need to emit events to socket.io instances from a non-socket.io process, you should use socket.io-emitter.

API

adapter(opts)

Coming soon...

License

MIT