Luc14860 / jwebsocket

Automatically exported from code.google.com/p/jwebsocket
0 stars 0 forks source link

Extend RPC approach/classes to support connection management #106

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We want to implement an RPCCallable that maintains all connection by which it 
is shared, so that multiple connection can easily share common data on the 
server. I case of updates on client or the server applies this udpate will be 
broadcasted to all other clients that then can update their caches accordingly.

Original issue reported on code.google.com by fivefeetfurther@gmail.com on 3 Nov 2010 at 6:36