dat-js
dat-js copied to clipboard
A pure JavaScript browser-friendly api for using dat [ DEPRECATED - see https://github.com/datproject/sdk for similar functionality. More info on active projects and modules at https://dat-ecosystem.o...
There's a lot of vulnerabilities that needs to be fixed, mostly related to zuul that hasn't been maintained for two years.
I followed the example on https://docs.dat.foundation/docs/browser-intro but i get `TypeError: path is undefined`, using this code: ```javascript var dat = new Dat() var archive = dat.create({ persist: true }) archive.writeFile('/example.txt',...
Not sure how crucial this is _(everything still seems to work)_, but when I create a new Dat ``` const dat = new Dat({ persist: true, gateway: 'ws://gateway.mauve.moe:3000' }) ```...
Hi, I'm noticing an issue with how connected peers are being managed. I'm attempting to log the number of connected peers for a given archive, and am getting some unexpected...
dat-js is currently making use of a [gateway](https://gateway.mauve.moe) and [signalhubws instance](https://signalhubws.mauve.moe) that I set up on a server I have lying around. I'm totally OK with this setup, but I...