Replace the chainpad server by the netflux server

This commit is contained in:
Yann Flory
2016-03-07 17:35:31 +01:00
parent 60c3aceb0d
commit 09a06a8bc5
3 changed files with 191 additions and 3 deletions

View File

@@ -113,8 +113,8 @@ define([
};
var options = {
// signaling: websocketUrl,
signaling: 'ws://localhost:9000',
signaling: websocketUrl,
// signaling: 'ws://localhost:9000',
topology: 'StarTopologyService',
protocol: 'WebSocketProtocolService',
connector: 'WebSocketService',