gritzko/swarm

Remote method invocation (logged RPC calls)

Opened this issue · 0 comments

Hi

I cannot managed to execute some remote method (called one client side but executed on server-side). Would be nice if you can provide a quick example. I looked on the doc, but the info are obsolete (the spec format).

I added my method in the remotes object but he doesn't seems to be parse for a websocket call unlike set.

My goal is to fetch data in DB on server with a client call like mySwarmModel.find(myId);