Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Subs / Channels API #32

@daviddahl

Description

@daviddahl

each peer can create new channels for peers to subscribe to

The channel names should be unique hashes - the channels can be advertised to followers perhaps?

A channel's meta data should resemble the metadata of a newsgroup or subreddit:

{
  name: 'My Discussion Forum',
  id: 'Qmhash-unique-id-ofsomekind',
  description: 'Blah blah blah'
  'locale': 'na' // en-uk, de-de, etc 
}

Syncing the log of post hashes needs to be worked out, but I imagine each post could include the previous post ipns hash and the original ipns hash so clients could potentially re-create the history (albeit slowly)... I have yet to look into CRDT code like orbit-db, etc

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is neededproposalNew functionality proposal

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions