- 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/.
推薦閱讀
- MATLAB圖像處理超級學習手冊
- 算法大爆炸:面試通關步步為營
- Java 9 Programming Blueprints
- Visual Basic程序設計(第3版):學習指導與練習
- 數據結構習題精解(C語言實現+微課視頻)
- 假如C語言是我發明的:講給孩子聽的大師編程課
- Mastering Python Networking
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Asynchronous Android Programming(Second Edition)
- Spring+Spring MVC+MyBatis從零開始學
- Laravel Application Development Blueprints
- Getting Started with Web Components
- SaaS攻略:入門、實戰與進階
- PHP程序設計經典300例
- Scratch編程入門與算法進階(第2版)