At client side, I will have a physics simulation, user will create the 
simulation arguments using HTML5 based interactive view.

The simulation arguments will be sent to server side, where child nodejs 
process will calculate the results and send back to client.
The simulation results are emitted to client each one second.

I know that I will be using HTML5 websockets, I am not streaming a file, I 
am sending calculations in a json object each one second, so I will need to 
create a live instance within a child process of my js based simulator 
class.

Is there an example about creating a live instance in a child process? 
Is there a proto-type or an example close to what I am trying to do? Or a 
nodejs module? 


-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to