DEV Community

Discussion on: Microservices vs. Monolith Architecture

Collapse
 
rafalpienkowski profile image
Rafal Pienkowski

Nice post.

I miss the paragraph about debugging. I'm interested to know your thoughts about debugging the Monoltyh and Microservice Architecture solutions.

Collapse
 
alex_barashkov profile image
Alex Barashkov

Hi Rafal,

Good point, I think I missed it because from our tech stack there always no difference. We use mostly Node.js, so in order to debug it you just need to expose extra port and allow access to debug from any address. Probably, I will write a mini article about it during this week.

So unfortunately can't say how debug goes with other languages.

Collapse
 
alex_barashkov profile image
Alex Barashkov

Just published the article with guide for Docker/Node.js debugging. You could take a look on it, if that's a technology stack you use.
dev.to/alex_barashkov/how-to-debug...

Collapse
 
rafalpienkowski profile image
Rafal Pienkowski

Thanks for the info. I've just marked this post, and I'm going to read it in my free time.

Cheers!