From prototype to production. nug8 → EZ Grid v2.0
Building the internet's next protocol layer.
EZ-URI = "ez://" authority [ "/" path ] [ "?" query ] [ "#" fragment ]
authority = node-id "@" domain
node-id = 1*16ALPHA
domain = 1*63ALPHA *("." 1*63ALPHA)
path = segment *("/" segment)
segment = 1*32ALPHA
query = force *( "&" force )
force = "power=" value / "compute=" value / "speed=" value
/ "trust=" value / "access=" value
value = 1*DIGIT