Pomax / socketless

A framework and methodology for writing web socket RPC programs, without writing a single line of web socket or RPC code.
MIT License
27 stars 3 forks source link

allow hierarchies like "admin:set:id"? #20

Closed Pomax closed 1 year ago

Pomax commented 4 years ago

So that they can then be called using client.admin.set.id or server.admin.set.id? This might also make it easier to reason about namespace binding.