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 broadcast?

Pomax opened this issue · comments

commented

server: this.broadcast

c;lient: this.server.broadcast

commented

would be useful to show the socket.io example, without any socket code.

commented

added.