eclipsesource / eclipsesource/J2V8
Combining V8Executor and NodeJS?
Open
- Dominant language
- Java
- Stars
- 2.6k
- Forks
- 387
- PR merge metrics
- No merged PRs in 30d
Description
So this is really a question--
Is it possible to easily marry the concept of WebWorkers (ie the V8Executor) and nodejs message loop?
What I have in mind is embedding NodeJS inside a JEE container (think Tomcat) where each inbound web request on the Java side would delegate to node to handle the processing of said request over to the single thread running NodeJS
Contributor guide
Assessment
This issue has not been assessed yet.