Poll: My company uses Go/Node/Python for production class microservice

8 points by kashif ↗ HN
Please answer if you have a number of services in any of these languages - not just one or two.

Do take a minute to share your experience. Looking for insights not evangelism.

Please upvote, as not enough companies have micro-services and this needs airtime to get a significant sample.

1 comment

[ 3.1 ms ] story [ 10.2 ms ] thread
Having used both Node and Go (truly love them both as well) I can safely say that Node.js is far more of a pain to deploy than Go although once you set up the CI/CD pipeline it becomes less of a pain.

One note I would say though is that I find my team moving much faster in Node than Go but this is likely just the dynamic typing more than anything else.