This repository was archived by the owner on Sep 19, 2019. It is now read-only.

Description
Currently the signaling server keeps a WebSocket connection open to all peers in the network. This is not necessary and the number of client<->server connections should be kept at a minimum.
This implies adding a forward functionality to the router and probably should depend on our Chord implementation since the full mesh router would have to be adapted for loop prevention among other things.