Skip to content

DDEP-0002:datdot-uri-scheme #20

@serapath

Description

@serapath

@todo

  • add first draft of uri scheme proposal to include an app handler
  • deal with datdot addresses
  • specify standard for "viewer websites" (= installable datdot apps)

inspiration

e.g.

const protocol = `datdot:`
const dhost = `13f94sj9tjw4h40t294hg24h9` // example
const port = `60318` // example port of localhost websocket daemon
const hostname = `${dhost}[:${port}]`
const version_tag = `v123` // example
const hier_path = `foo/bar/baz` // example
const query = `foo=bar&beep=boop` // example
const fragment = `foobarbaz` // example
const uri = `${protocol}//${dhostname}[+${version_tag}][/${hier_path}][?${query}][#${fragment}]`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions