I've noticed that you didn't use any module .. ex: socket.io, didn't you need them? Can you please enrich my question at stackoverflow here: http://stackoverflow.com/questions/15341361/remote-simulation-with-nodejs
Regards, Samir On Tuesday, March 12, 2013 9:00:17 AM UTC+2, simo wrote: > > 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.
