xmonader / pygundb

python gundb server and client implementation
68 stars 15 forks source link

var gun = Gun("ws://127.0.0.1:8000/gun") let basicTest = () => { gun.get("proj.simple://1").put({ "attr1": "val" }) gun.get("proj.simple://2").put({ "attr2": 5 }) } #34

Open jfynes215 opened 3 years ago