topology-foundation / ts-topology

The official TypeScript implementation of Topology Protocol
https://topology-foundation.github.io/ts-topology/
MIT License
25 stars 15 forks source link

Do topic discovery for the pubsub group using a DHT #152

Open d-roak opened 3 weeks ago

d-roak commented 3 weeks ago

Currently, we have a big pubsub group where everyone sends messages announcing themselves to discover other peers and the pubsub topics. This doesn't scale.

We want to change it for a DHT that have a Map<topic_id, nodes[]>

coxmars commented 2 weeks ago

Hi @d-roak is this available? I would like to contribute to this project, my plan is to start by analyzing the current codebase to determine the best place to integrate the DHT for topic discovery.

onlydustapp[bot] commented 2 weeks ago

Hey @coxmars! Thanks for showing interest. We've created an application for you to contribute to Topology. Go check it out on OnlyDust!

d-roak commented 2 weeks ago

Yep ! Assigned

d-roak commented 2 weeks ago

If you have any questions, feel free to join our community channels:

https://t.me/topologyfrens https://discord.gg/GUDGzBP5mn

elielnfinic commented 1 week ago

I'll jump on this. Hopefully, coxmars has made some progress, but I’m not sure.