Hacker News new | ask | show | jobs
by DrBazza 2135 days ago
Pretty much the same as every other language - if you're working in X, and you have a team of X developers, you'll want to use a framework that's also in X so that your toolset doesn't spiral out of control.

In C++ you could link-in a golang webserver, with cgo, or use Spring/Vertx using JNI, but you probably won't.