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

make web client send sync() diffs any time a call changes its state

Pomax opened this issue · comments

commented

right now:

call -> client process -> web pass through-> no handler = sync(), handler = handle.

preferred:

call -> client process -> send diff if changed + web pass through -> no handler = noop

commented

done