Y
Hacker News
new
|
ask
|
show
|
jobs
by
White_N_Nerdy
5772 days ago
I got the answer on IRC. Basically, you either make your non-Node servers push events to Node.js using Http OR you use something like AMQP. browser -> node.js -> AMQP -> JEE and then JEE -> AMQP -> node.js -> browser.