Anyone knows an open source project that is on microservices architecture? I need a more real app that has addressed real-world concerns, etc not just a tutorial/ todo sample. Please introduce if you know any. Especially if it's on Node.js or Golang. If there are none guide me towards creating one. Thanks
I don't often see full systems published as open source projects as these tend to be very specific to the organization that has created it.
I know that Netflix has adopted microservices built on Node for several of their systems. They often give talks about how they have designed their architecture. You might look up some of their talks.
Marcus S. Abildskov
As mentioned by Matt, it's very limited what open source projects that are related to microservices. I've had this repository starred for some time, but its general idea is zero-configuration microservices for Node.js github.com/dashersw/cote