senecajs / seneca-redis-pubsub-transport

Seneca micro-services message transport over Redis pubsub
MIT License
16 stars 20 forks source link

Possible to get an example of using this? #1

Closed henry74 closed 10 years ago

henry74 commented 10 years ago

Using a message queue seems like a much better way to leverage microservices. Is there an example of using this transport outside of the test cases to make it a bit more clear?

Thanks, Henry

rjrodger commented 10 years ago

Hi Henry,

We're in the middle of a big documentation push :)

So for code examples, take a look at https://github.com/rjrodger/startupdeathclock - docs still need work though High level video: https://skillsmatter.com/skillscasts/5447-monolithic-node-js-how-to-build-large-scale-modular-node-js-systems-by-avoiding-the-monolithic-mistakes-of-the-past

I just posted extended docs to https://github.com/rjrodger/seneca-transport which should help as well

We are also working on an update to nodezoo.com - a full rewrite using this approach - will be out the week of the 22nd

Finally, feel free to send me questions on twitter @rjrodger

henry74 commented 10 years ago

Thanks - will take a look. Feel free to close unless you want it open as a reminder :-)

rjrodger commented 10 years ago

Take a look at https://github.com/rjrodger/nodezoo and follow the blog series.