SCC简介:SCC是一组服务,可以轻松地将SocketCluster部署和扩展到任意数量的机器
SCC由以下服务组成:
socketcluster https://github.com/SocketCluster/socketcluster
scc-broker https://github.com/SocketCluster/scc-broker
scc-state https://github.com/SocketCluster/scc-state
1.下载代码
git clone https://github.com/SocketCluster/scc-state
git clone https://github.com/SocketCluster/scc-broker
git clone https://github.com/SocketCluster/socketcluster
2.切换到每个代码中执行 npm install
3.启动状态服务器scc-state
cd scc-state
node server
4.启动代理服务器</