You are viewing a single comment's thread from:
RE: Doing the impossible: decentralised fuzzy search on a DHT
I have some personal open source code of a DHT using WebRTC as a transport where I implemented exact search this way. I tested it and it's fine. I never really thought of any other way.
https://github.com/skzap/waka2/blob/master/peer.js
Can you code my friend?