cujojs / msgs

Message oriented programming
http://cujojs.com/
Other
121 stars 20 forks source link

Multiplexing/demultiplexing handlers #4

Open scothis opened 11 years ago

scothis commented 11 years ago

It's common to multiplex multiple channels on to a single remote socket. Particularly with web sockets from a browser. Add integration.mux(...) and integration.demux(...) handlers.