Pomax / socketless

A framework and methodology for writing web socket RPC programs, without writing a single line of web socket or RPC code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allow hierarchies like "admin:set:id"?

Pomax opened this issue · comments

commented

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.