simpleaswater / rfcs

RFCs to propose, discuss and collaborate on topics for https://simpleaswater.com
MIT License
5 stars 1 forks source link

RFC: Group Chat using Libp2p #28

Open vasa-develop opened 4 years ago

vasa-develop commented 4 years ago

What new topic/thread/tutorial are you proposing? Please describe. As per my discussion with @shresthagrawal on our discord channel, we need a tutorial to build a group chat like Slack/Discord using Libp2p.

Additional context Here is a good starting point.

AgentJ-WR commented 4 years ago

Ya, so the trick is using the Pub/Sub method and subscribing to the topics.. Now, if you want 1 network for 1 group chatroom than its just a matter of defining and sharing the unique address on application.

vasa-develop commented 4 years ago

@AgentJ-WR BTW, did you check out this?