Feross Aboukhadijeh
Feross Aboukhadijeh
I like the "data semver", neat idea!
You should ship a full OS X installer, like node.js does (see http://nodejs.org/). _Lots_ of people won't know what to do when they unzip the bundle you provide and see...
FYI everyone: There's a new spec `WebSocketStream` that is intended to supersede `WebSocket` in the same way that `fetch` superseded `xhr`. The new spec supports backpressure. If the decision is...
This is something to look at for anyone looking to implement this: https://software.intel.com/en-us/blogs/2015/03/18/meshcentral-experimental-webrtc-mesh cc @jhiesey
@smarts When we detect a magnet link without a tracker on https://instant.io, we just add the tracker wss://tracker.webtorrent.io so that there's a place to get peers from. You can do...
https://github.com/hallettj/bitable
No progress. If someone wants to work on this, the WebTorrent project would greatly benefit!
@diasdavid I was thinking we could adapt the Kademila algorithm. So, normally the bucket size is K=8 or K=16. But we only need that level of redundancy in each bucket...
@moshest Putting that logic into a central server would mean that it's no longer _distributed_, the _D_ in DHT. At that point, it's basically a tracker server, and we already...
@xuset This sounds like the approach that @jhiesey was taking in [`jhiesey/webdht`](https://github.com/jhiesey/webdht). Basically, you use a signaling server to bootstrap yourself onto the network (like the current DHT bootstrap servers),...