SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

[STABILITY] Create a SpacetimeDB Domain Name proposal which formalizes the domain name concept and allows others to comment

Open cloutiertyler opened this issue 1 year ago • 0 comments

Ideally domain names would be compatible with https://datatracker.ietf.org/doc/html/rfc1035 or at least translatable between the two.

Most notably:

<domain> ::= <subdomain> | " "

<subdomain> ::= <label> | <subdomain> "." <label>

<label> ::= <letter> [ [ <ldh-str> ] <let-dig> ]

<ldh-str> ::= <let-dig-hyp> | <let-dig-hyp> <ldh-str>

<let-dig-hyp> ::= <let-dig> | "-"

<let-dig> ::= <letter> | <digit>

<letter> ::= any one of the 52 alphabetic characters A through Z in
upper case and a through z in lower case

<digit> ::= any one of the ten digits 0 through 9

But possibly replacing . with / and reversing the label order

cloutiertyler avatar Jun 13 '24 19:06 cloutiertyler