- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 61字
- 2021-06-30 19:10:46
Project Reactor
Project Reactor is a JVM reactive library that follows the reactive streams specification and provides a high-level library to easily create reactive applications. Spring Framework 5.0 uses Project Reactor extensively.
More details can be found at https://projectreactor.io/.
Reactive Stream is an initiative to provide a standard for asynchronous stream processing with non-blocking back pressure. You can refer to http://www.reactive-streams.org/.
推薦閱讀
- PowerCLI Cookbook
- JavaFX Essentials
- 深入淺出Windows API程序設計:編程基礎篇
- GameMaker Programming By Example
- HTML5+CSS3網站設計基礎教程
- Mastering JavaScript High Performance
- Express Web Application Development
- Node.js:來一打 C++ 擴展
- C++ System Programming Cookbook
- Clojure Polymorphism
- Python Machine Learning Cookbook
- Building UIs with Wijmo
- LabVIEW數據采集(第2版)
- Mastering Unity Scripting
- Python程序員面試算法寶典