Go Micro v2.4.0 – Go microservices development framework
1–10 of 26 posts
Re: Go Micro v2.4.0 – Go microservices development framework
#2Re: Go Micro v2.4.0 – Go microservices development framework
#3I have worked with moleculer-js, which I've had great time using (https://github.com/moleculerjs/moleculer).
Re: Go Micro v2.4.0 – Go microservices development framework
#4Re: Go Micro v2.4.0 – Go microservices development framework
#5Re: Go Micro v2.4.0 – Go microservices development framework
#6Built in NATs, RPC, mDNS, this all seems really compelling. Is anyone using this at scale in production? What have been the pain points?
Re: Go Micro v2.4.0 – Go microservices development framework
#7Built in NATs, RPC, mDNS, this all seems really compelling. Is anyone using this at scale in production? What have been the pain points?
I think thats not really micro.service anymore. It creates a lock in we dont want. Why not build a monolith then?
Re: Go Micro v2.4.0 – Go microservices development framework
#8Hey! Asim here (author). Feel free to ask any questions. Was not expecting this to hit the front page.
Re: Go Micro v2.4.0 – Go microservices development framework
#9Re: Go Micro v2.4.0 – Go microservices development framework
#10Hey! Asim here (author). Feel free to ask any questions. Was not expecting this to hit the front page.
Is it possible to create a tutorial showing features end-to-end (using CLI / Code generation)? I have seen a couple of high quality tutorial series on web - but they are advocating usage of 1.18 version.