squaremo / rabbit.js

Messaging in Node.JS made easy using RabbitMQ
Other
1.52k stars 142 forks source link

Io.js support #89

Closed zladuric closed 9 years ago

zladuric commented 9 years ago

Hello,

I've started working with io.js on my dev box(es), I'll keep it on dev for a few weeks to test the stability before moving to staging or production.

But I wonder if there are people interested in rabbit.js working with io.js?

I forked the repo and upgraded the engines package so that I can do this. If there's more interest, maybe this can be done on the actual repo in a few weeks?

squaremo commented 9 years ago

Hello, sorry I didn't look into this. Are you closing the issue because io.js and node.js converged again?

zladuric commented 9 years ago

Kind of, although this is probably not going to happen soon. And since there's not even the node 0.12 support (in the "engines"), I'll have to do my manual adjustments anyway locally.

squaremo commented 9 years ago

OK, I've added node.js 0.12 and ^1 (i.e., io.js) to the engines, and tested them (admittedly the tests are not numerous).