Rather than use WebGL, NaCl, Flash or developing a custom browser plugin, I'm interested in doing 3D real-time rendering on the server. It's for a specialist product not general use.
Are there any existing technologies for this kind of thing, to save having to write a pretty complex chunk of code? Free or paid are both of interest. Ideally something that can be run on our servers, but hosted services are interesting too since they can offer a pool of servers.
Effectively what I'm describing is a cross-browser control which provides a 'window' into what's being rendered on a remote server. Sort of like VNC through Javascript/HTML5 I suppose.
One suggestion from another site was MJPG but I've no idea if it's feasible.
While not ideal, using Flash on the client side to pull content from the server would not be too terrible.