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

Figure out how to do scoped namespacing. If that's possible at all.

Pomax opened this issue · comments

commented

It'd be interesting to think of a way to "scope" namespaces in a class so you can mark specific properties as "this one handles an API namespace", possibly using decorators, but it's going to be a while until decorators are actually a thing?

Worth keeping an issue open for though, someone might have a good idea.

commented

related to #14