Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dirigible » Node.js vs J2V8(Node.js vs J2V8 Discussion)
Node.js vs J2V8 [message #1761097] Sat, 06 May 2017 14:24 Go to next message
Eclipse UserFriend
Hi Team,

V8 engine seems the most prominent JavaScript engine nowadays, which can be further developed and supported. We have to revise our past decision to rely on the Mozilla Rhino and Nashorn - both JVM based engines.
The major question here is whether to embed V8 engine via the J2V8 bridge https://github.com/eclipsesource/J2V8 or to use directly Node.js

The aspect to be considered:


  • Maturity and Support
  • Single vs. Multi Threading
  • Java components integrations
  • Debugging support
  • Programming model - sync vs async
  • Updates/Upgrades


Regards,
Nedelcho
Re: Node.js vs J2V8 [message #1763435 is a reply to message #1761097] Tue, 16 May 2017 07:16 Go to previous messageGo to next message
Eclipse UserFriend
Based on the research and PoC by Dimitar https://bugs.eclipse.org/bugs/show_bug.cgi?id=481644 it seems J2V8 is not a viable option for our use-cases.
In case we want to use V8 we have to go directly to Node.js
Re: Node.js vs J2V8 [message #1763436 is a reply to message #1763435] Tue, 16 May 2017 07:18 Go to previous messageGo to next message
Eclipse UserFriend
Based on the research and PoC by Dimitar https://bugs.eclipse.org/bugs/show_bug.cgi?id=481644 it seems J2V8 is not a viable option for our use-cases.
In case we want to use V8 we have to go directly to Node.js
Re: Node.js vs J2V8 [message #1764246 is a reply to message #1761097] Sat, 27 May 2017 09:08 Go to previous message
Eclipse UserFriend
Another approach would be to accept the limitations and to go only for facades in Java with static methods with primitive arguments.
Shall this be enough?
Should we still keep Rhino/Nashorn?
Previous Topic:Plan Version 3
Next Topic:Kafka as a Messaging Hub
Goto Forum:
  


Current Time: Thu Apr 25 23:03:53 GMT 2024

Powered by FUDForum. Page generated in 0.03318 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top