Codebase list golang-github-go-kit-kit / fd95e48
README: clarify discussion of 'modern enterprises' Fixes #558. Peter Bourgon 6 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
1212
1313 Go has emerged as the language of the server, but it remains underrepresented
1414 in so-called "modern enterprise" companies like Facebook, Twitter, Netflix, and
15 SoundCloud. These organizations have largely adopted JVM-based stacks for their
16 business logic, owing in large part to libraries and ecosystems that directly
17 support their microservice architectures.
15 SoundCloud. Many of these organizations have turned to JVM-based stacks for
16 their business logic, owing in large part to libraries and ecosystems that
17 directly support their microservice architectures.
1818
1919 To reach its next level of success, Go needs more than simple primitives and
2020 idioms. It needs a comprehensive toolkit, for coherent distributed programming