Sends a message event.
message
@return {Socket} self @api public
Socket send(List args) { emit('message', args); return this; }