Calling Render() does nothing to the client. Hence the problem.
You need to say that the view need to be pushed to the client. But also, if you have high interactivity you probably want to do it with some animation loop.
thanks, I am not able to figure out how to push the view to the client. Did a little try, no sucess. I called rendered on client side, it works. but seems quite slow.