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

Add a way to register additional handlers for code maintainability

Pomax opened this issue · comments

commented

E.g.

Client
  UserManagement -> `user: ... ` functions
  Game => `game:...` functions
  ChatSystem => `chat:...` functions

Basically: is there a nice way to make house specific functions in specific objects such that these objects can work RPC-ish as well?

commented

related to #11