sock-share
This module is used by Tradle
Multiplexing dgram sockets
Usage
Basic
// hacks dgram var dgram = var a = dgramvar b = dgramvar c = dgram abc abc // -> a hey// -> b hey// with regular dgram.Socket, either a or b would get the message, but not both { return { console }}
Filtering
var a = dgrama a
TODO
- option to wrap dgram instead of hacking it