From 74ed817c60fd4acf018334fd8742889c8bcfaed6 Mon Sep 17 00:00:00 2001 From: Bruno Enten Date: Sun, 11 Jun 2017 15:01:47 +0300 Subject: [PATCH] Sync everything --- examples/http.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/http.js b/examples/http.js index 199dd3e0..ae2e177a 100644 --- a/examples/http.js +++ b/examples/http.js @@ -22,7 +22,9 @@ var gun = Gun({ bucket: '' // The bucket you want to save into } }); +// Sync everything +gun.on('out', {get: {'#': {'*': ''}}}); server.listen(port); -console.log('Server started on port ' + port + ' with /gun'); \ No newline at end of file +console.log('Server started on port ' + port + ' with /gun');