- Reactive Programming in Kotlin
- Rivu Chakraborty
- 117字
- 2021-07-02 22:26:37
Reactive Frameworks for Kotlin
To write Reactive programs, we need a library or a specific programming language; we can't refer to Kotlin as a reactive language (basically, I don't know any such language that is reactive by itself) as it is a powerful and flexible programming language for modern multiplatform applications, fully interoperable with Java and Android. However, there are reactive libraries out there to help us with these. So, let's take a look at the available list:
- RxKotlin
- Reactor-Kotlin
- Redux-Kotlin
- FunKTionale
- RxJava and other Reactive Java Frameworks can also be used with Kotlin (as Kotlin is 100% interoperable with Java-bidirectional)
In this book, we will focus on RxJava and Reactor-kotlin (in the later chapters, on Spring).
推薦閱讀
- Building Computer Vision Projects with OpenCV 4 and C++
- Effective Amazon Machine Learning
- Libgdx Cross/platform Game Development Cookbook
- 深度剖析Hadoop HDFS
- Remote Usability Testing
- 深入淺出 Hyperscan:高性能正則表達式算法原理與設(shè)計
- 大數(shù)據(jù)治理與安全:從理論到開源實踐
- 淘寶、天貓電商數(shù)據(jù)分析與挖掘?qū)崙?zhàn)(第2版)
- 大數(shù)據(jù)技術(shù)原理與應(yīng)用:概念、存儲、處理、分析與應(yīng)用
- Python數(shù)據(jù)分析從小白到專家
- Visual FoxPro數(shù)據(jù)庫技術(shù)基礎(chǔ)
- 數(shù)據(jù)庫應(yīng)用系統(tǒng)技術(shù)
- 中國云存儲發(fā)展報告
- 數(shù)據(jù)庫原理與設(shè)計實驗教程(MySQL版)
- Scratch 2.0 Game Development HOTSHOT