Ability to use the old Chainpad server in parallel of the netflux server

This commit is contained in:
Yann Flory
2016-04-11 14:27:58 +02:00
parent 0b3d6e15b8
commit 692fe24b32
2 changed files with 2 additions and 0 deletions

View File

@@ -84,5 +84,6 @@ var wsSrv = new WebSocketServer(wsConfig);
Storage.create(config, function (store) {
console.log('DB connected');
NetfluxSrv.run(store, wsSrv);
ChainPadSrv.create(wsSrv, store);
WebRTCSrv.run(wsSrv);
});