====== Json-RPC ====== * https://github.com/joshmarshall/tornadorpc * https://github.com/joshmarshall/jsonrpclib/ * Unity3D JsonRPC (계획) * tell(method, params) * 메시지 전달, 응답 없음 * future = ask(method, params) * 메시지 전달후, get으로 응답을 받아오거나, callback 함수를 이용해 처리 * json future.get() * bool future.success() * future.onSuccess(Func) : callback 함수 {{tag>json rpc jsonrpc}}