ericholiveira / studio

A nodejs framework to create decoupled and scalable applications
MIT License
488 stars 61 forks source link

Is there anyway to create services across different node apps? #38

Closed pajtai closed 8 years ago

pajtai commented 8 years ago

Nice library. Was wondering if you could use it to communicate between multiple apps?

pajtai commented 8 years ago

Just going through the README again, and I see the info about clustering now:

https://github.com/ericholiveira/studio#cluster

So with the studio-cluster plugin this is possible.

Thanks

ericholiveira commented 8 years ago

Yes... you can see examples some basic examples at: https://github.com/ericholiveira/studio-cluster/tree/master/examples

And im starting a more in deep explanation at my medium: https://medium.com/@ericholiveira/nodejs-microservices-from-zero-to-hero-pt1-279548cb4080