eclipsesource / eclipsesource/J2V8

call a node event in java

Open
#284 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
2.6k
Forks
387
PR merge metrics
No merged PRs in 30d

Description

Hi.
how can I call a node.js event from a java code?
for example I want to call "on" event of below node.js from java code :
```
var obj = require('my-module'),
...
myVar.on("text", (message) => { ... })
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.