Create Services/Sockets authored by Nicolas Pope's avatar Nicolas Pope
The socket service manages all websocket connections from nodes. Therefore this service deals with the bulk of the data streaming and must ultimately manage the authorization and extraction of data from streams.
Typically this service maps most websocket requests into Redis so that other services can access the data in various forms.
# Events Generated
* node connect
* node disconnect
* node update / stats
* stream create
* stream destroy
* stream update / data
* aggregate network and stream statistics
# Events Consumed
* node commands (eg. restart, set configuration)
* stream commands (eg. stop)
\ No newline at end of file