- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 69字
- 2021-06-30 19:10:46
Reactive Extensions
Reactive Extensions is probably one of the most popular frameworks to create reactive systems and support a wider set of platforms and programming languages, from JavaScript using RxJS, to Java using RxJava or even in .Net platforms using Rx.Net.
It uses the observable pattern to perform no blocking operations; most of the major reactive systems have been built using Rx.
More details can be found at: http://reactivex.io/.
推薦閱讀
- The Supervised Learning Workshop
- Spring 5.0 By Example
- 華為HMS生態與應用開發實戰
- PHP 編程從入門到實踐
- Learning Python Design Patterns(Second Edition)
- Nginx Essentials
- Mastering Business Intelligence with MicroStrategy
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- 軟件測試綜合技術
- Getting Started with Python
- Java EE 7 with GlassFish 4 Application Server
- Mastering JavaScript
- Java并發實現原理:JDK源碼剖析
- Spring Data JPA從入門到精通
- Less Web Development Cookbook