[nodejs] child_process and scaling

2016-05-19 Thread Ω Alisson
I need to develop a service where the user sends an array of values, I generate a chart with d3.js and convert it to png with a child_process calling imagemagick to send it back to the user. Are there any caveats for child_process when scaling for thousands of requests? -- Job board: http://jobs.

[nodejs] reg: Failed to load resource: the server responded with a status of 426

2016-05-19 Thread mallikarjun bangargi
sir i am going to build a webrtc video conference application using nodejs .. server.js is working but When i am trying to run the localhost:9090..i am getting the below error Upgrade Required on web page and in console Failed to load resource: the server responded with a status of 426 (Upgra

Re: [nodejs] Clustering in node.js using mesos

2016-05-19 Thread Mike Michel
our platform https://sloppy.io is based on mesos and our application on nodejs. if you can manage to split your app in pieces/microservices and everything runs for you well locally (docker-compose) you can run it perfectly in mesos. maybe helpfull: dockerizing nodejs with docker-compose https:/

[nodejs] Re: Unfamiliar with code syntax

2016-05-19 Thread jekillen
On Tuesday, May 17, 2016 at 9:36:32 PM UTC-7, jeki...@prodigy.net wrote: > > Hello; > I have been doing browser javascript since 2003. I have also been doing > php on the serverside. But I have become very interested in exploring > node.js. > > In the documentation on the Node.js site I see exa