v6.4.0
- Added a
master.js
(masterController) file to the default boilerplate.
This file is a good place to put code that would normally go in server.js (master process) - Unlike server.js, master.js can also be used when running SC as a container. - Added three new events on the SocketCluster master object:
workerClusterStart
,workerClusterReady
andworkerClusterExit
.