-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
@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
Labels
No labels