#fledger #danu #decentralized #p2pinbrowser #webrtc
Took up some work on fledger/danu - cleaned up once more the way it connects to other nodes. It's incredible how many things can go wrong when doing decentralized systems :)
I'm also working on creating a simple to use npm library for danu. So you can do something like:
```
node = await DaNode.from_default();
let home = await node.get_page("/");
// home is the content of the landing page now
```
