Skip to content

v6.4.0

Compare
Choose a tag to compare
@jondubois jondubois released this 22 Jul 19:58
· 486 commits to master since this release
  • 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 and workerClusterExit.