Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCreate a simple npm module to communicate over the eventbus from node #233
Labels
Comments
|
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
Currently
nodeisn't supported however if graalvm node implementation is used we could do a reverse workflow.es4xornodeand both could communicate over the eventbus, this way we would get the best of both worlds.es4xit would make trivial to chat between runtimes.