Book Image

Programming Kotlin

Book Image

Programming Kotlin

Overview of this book

Quickly learn the fundamentals of the Kotlin language and see it in action on the web. Easy to follow and covering the full set of programming features, this book will get you fluent in Kotlin for Android.
Table of Contents (20 chapters)
Programming Kotlin
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface

Chapter 12. Microservices with Kotlin

Kotlin is not meant to be used only for Android development. There is a lot of back-end code out there, all written in Java, and nothing should stop you adding Kotlin into the mix whenever you have to add new functionality. Don't get locked into Java as your only option when it comes to deciding on the JVM language to be used in your new project. When your new microservices-oriented system gets the green light for you to start coding, why not actually rely on Kotlin?

This chapter is not meant to be a deep dive into the realm of designing microservices, but rather a brush up on the terminology. There is a lot of documentation written on the topic of microservices and you might have already been exposed to the principles; however, I encourage you to read Reactive Microservices Architecture: Design Principles for Distributed Systems by Jonas Bonér. The book can be obtained for free in pdf format from O'Reilly, so thank you to Jonas (https://info.lightbend...