An implemententation of channel using socket io.
The goal of this functionality is to support the following type of expression
model.from([1,2,3]).toChannel('production)
model.fromChannel('production').log()
npm install real-value-channel-socketio