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');