|
|
|
|
|
by tomohawk
2563 days ago
|
|
You can, but you can't deploy them. If you really want to keep your services separate, you need a separate JVM installation and jars for each service. Go gives you this automatically with a simple binary. Go's standard library is an order of magnitude (at least) better than Java's, much more comprehensive, much more cohesive, and much more capable. |
|
Can you please provide some examples? This would be a useful comparison, as Java had way more time to work on the libraries.