@Alex, this might be a solution for the CPU-intensive stuff. My research of Angular.JS application generators lead me to CleverStack which has a module <https://github.com/CleverStack/clever-background-tasks> you can use for running CPU-intense things in a separate process. CleverStack seems to be the best of the lot for other reasons <http://www.dancancro.com/comparison-of-angularjs-application-starters/> too.
On Monday, July 7, 2014 5:15:43 AM UTC+2, Alex Kocharin wrote: > > > Anything that involves networking and doesn't have CPU-consuming stuff in > it. So restful API would probably respond faster and allow more connections > on the same hardware (unless your restful api is in Erlang of course). > > > 03.07.2014, 18:54, "Yogesh Rathod" <[email protected] <javascript:>>: > > Hi, > > New to Node.js, I have not involved in any node.js application development > - Which type of application Node.js is perfact fit. > - Can we move restful api to Node.js, what benifit we will get by moving > it to node.js > > Thanks, > Yogesh > > > > -- > Job board: http://jobs.nodejs.org/ > New group rules: > https://gist.github.com/othiym23/9886289#file-moderation-policy-md > Old group rules: > 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 unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To post to this group, send email to [email protected] <javascript:> > . > To view this discussion on the web visit > https://groups.google.com/d/msgid/nodejs/ddd0da76-8ff5-4c8d-b7cc-33bfba329ef4%40googlegroups.com > > <https://groups.google.com/d/msgid/nodejs/ddd0da76-8ff5-4c8d-b7cc-33bfba329ef4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/01702d23-6d38-466a-a580-b865ffd7db58%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
