Loklak.prototype.peers = function (cb) {
    this.httpClient.get('peers.json', function (err, res, body) {
        if (err) {
            cb({});
        } else {