|
|
|
|
|
by kaoD
4845 days ago
|
|
It seems to me that this isn't feasible in pure client side because the server would have to agree on some kind of protocol. Server-side is mandatory here. Unfortunately I cannot recommend any since I don't do Ruby :( Maybe you don't need a framework but just a JSON-RPC[1] library. [1] http://en.wikipedia.org/wiki/JSON-RPC |
|
I've largely resigned myself to having to hack support into anything I try.