Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a simple npm module to communicate over the eventbus from node #233

Open
pmlopes opened this issue Oct 29, 2019 · 1 comment
Open

Create a simple npm module to communicate over the eventbus from node #233

pmlopes opened this issue Oct 29, 2019 · 1 comment

Comments

@pmlopes
Copy link
Contributor

@pmlopes pmlopes commented Oct 29, 2019

Currently node isn't supported however if graalvm node implementation is used we could do a reverse workflow.

  1. The main app would be either es4x or node and both could communicate over the eventbus, this way we would get the best of both worlds.
  2. Using the worker interface on es4x it would make trivial to chat between runtimes.
  3. We might need to wait for graal 19.3 due to threading issues involved with the eventbus implementation
@Dylancorbus
Copy link

@Dylancorbus Dylancorbus commented Apr 22, 2020

this would be awesome and solve my problem, i want my mission critical high performance backend services to be es4x and then as events happen stream them to the node apps(since there are a lot more npm packages avail) over an event bus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.