In response to Why use Nashorn instead of Node, I thought it was funny that one commenter mentioned: "Node.js uses Google's V8 Javascript engine which is too fast for some applications. Also, it doesn't use enough memory, a problem the JVM is likely to correct..."
Source: http://developers.slashdot.org/story/12/11/26/232210/oracle-proposes-new-native-javascript-engine-for-openjdk On Saturday, December 8, 2012 12:14:23 AM UTC, Rick Waldron wrote: > > I believe Nashorn purports to be a Node compatible JS engine on the JVM > > > https://oracleus.activeevents.com/connect/sessionDetail.ww?SESSION_ID=6661&tclass=popup > http://www.theregister.co.uk/2012/11/27/project_nashorn_server_javascript/ > > http://www.oracle.com/javaone/lad-en/session-presentations/clientside/24821-enok-1439095.pdf(in > case it's not obvious, this one is a pdf) > > Rick > > > > > On Fri, Dec 7, 2012 at 5:03 PM, Ilya Dmitrichenko > <[email protected]<javascript:> > > wrote: > >> Yeah, you should also checkout vert.x (http://vertx.io/) >> >> >> On 7 December 2012 21:57, Forrest L Norvell <[email protected]<javascript:> >> > wrote: >> >>> On Fri, Dec 7, 2012 at 11:03 AM, prashant pandey >>> <[email protected]<javascript:> >>> > wrote: >>> >>>> I want to know has anyone tried to run NodeJs inside JVM? Or is there >>>> any specific approach we need to employ to get this done? >>>> >>> >>> Since Node is only partly the JavaScript code of the standard library >>> and predominantly the compiled native code of V8 and libuv, embedding Node >>> in a JVM is likely to be quite a challenge. Is there a reason you can't >>> just use straight Node, or alternately can't use something like Ringo with >>> Nitro? >>> >>> F >>> >>> -- >>> 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]<javascript:> >>> To unsubscribe from this group, send email to >>> [email protected] <javascript:> >>> For more options, visit this group at >>> http://groups.google.com/group/nodejs?hl=en?hl=en >>> >> >> -- >> 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]<javascript:> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> For more options, visit this group at >> http://groups.google.com/group/nodejs?hl=en?hl=en >> > > -- 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
