CH78 / E575|Extracting the Network Abstraction|Mon, 11 Dec ’17
Dereference
We continue factoring out a Socket.IO abstraction from the rest of our RealTimeServer code. We start by extracting the stop() method, then work on eliminating direct references to the Socket.IO server instance.