Call me crazy, but perhaps this isn't a good idea for engineering web applications? Doing CPU-intensive computations will block processing of all other requests until that computation is complete. One user could easily deny all other users.
On Fri, Mar 20, 2015 at 1:46 PM, Nelson Joseph <[email protected]> wrote: > Hi All, > > I would like to add physics concepts (for engineering) to Node.js > I want to add some engineering functionality which helps programmers who > are using Node.js for Engineering web applications. > Please let me know if anybody is interesting or already doing these kind > of stuff. > > Regards, > Nelson > > -- > 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/ab9fbd98-1251-4f90-90b5-b4d8b3f56d1c%40googlegroups.com > <https://groups.google.com/d/msgid/nodejs/ab9fbd98-1251-4f90-90b5-b4d8b3f56d1c%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/CACoeR0wrMVr%2BbyooTwjyZEssz%3DdkdGpMAjhUzFf2F2SnAm4yYQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
