UNPKG

gun

Version:

A realtime, decentralized, offline-first, graph data synchronization engine.

9 lines (5 loc) 199 B
define(function(require, exports, module) { var Gun = require("gun"); var gun = new Gun(); gun.get("hello").get("world").put("from gun").on((data, key) => console.log(data, key)); });