azure-contrib / socket.io-servicebus

socket.io store which uses Service Bus pub/sub for scale out
Apache License 2.0
30 stars 14 forks source link

status? #78

Open bengreenier opened 8 years ago

bengreenier commented 8 years ago

Hey all,

What's the status of this project? Looks pretty dead - would love to get involved.

glennblock commented 8 years ago

@bengreenier not intentionally. We were fortunate after a bunch of asking, to have Microsoft finally drop it in the community hands, with myself as the main maintainer. Unfortunately due to a bunch of personal issues and other responsibilities I have not found the cycles.

If you are seriously interested in taking this forward, I am happy to have you take it!

bengreenier commented 8 years ago

okay - let me try and make some progress in a fork and we'll go from there. I both work for azure and need this for a side project, so it seems like it might be a good fit. I'll update this issue if/when any serious progress is made and we can go from there.

glennblock commented 8 years ago

Hi Ben.

Thanks. There is a PR that was submitted and which needs to be revisited. The main gap at this point is updating to the latest socket.io. The PR does this but but does not update the samples. On Mon, Nov 30, 2015 at 7:29 PM Ben Greenier notifications@github.com wrote:

okay - let me try and make some progress in a fork and we'll go from there. I both work for azure and need this for a side project, so it seems like it might be a good fit. I'll update this issue if/when any serious progress is made and we can go from there.

— Reply to this email directly or view it on GitHub https://github.com/azure-contrib/socket.io-servicebus/issues/78#issuecomment-160839886 .

pursual commented 7 years ago

Any news on integrating a pr for socket.io >= 1?

calebboyd commented 7 years ago

@pursual I have a fork that worked with very low versions of 1.0 https://github.com/calebboyd/socket.io-servicebus Not maintaining it though. You're welcome to it

pursual commented 7 years ago

Thanks, just went the redis route.

mpseidel commented 6 years ago

Using socket.io 2.0 - I assume this won't work with this? @calebboyd are you using your fork in production?

mpseidel commented 6 years ago

Nah doesn't seem to work with socket.io 2.0, @calebboyd just tried your fork.

calebboyd commented 6 years ago

@mpseidel No, I'm not using it.

jwchang0206 commented 6 years ago

Seems like Azure Service Bus supports AMQP protocol.

So you can use https://github.com/sensibill/socket.io-amqp.

mpseidel commented 6 years ago

@inspiredjw thanks for pointing this out - will give it a try!!

jwchang0206 commented 6 years ago

@mpseidel Unfortunately, I found that the Azure service bus supports AMQP 1.0, while many other libraries are built for AMQP 0.9.1 which is used by RabbitMQ. The socket.io-amqp might not work with the service-bus.