You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are the roadmap items for 2023, version 23.x.x series.
Reactive (Rx) Interface
🎉 The first version is ready since airframe 23.4.x
airframe-rx can be used not only for implementing UI with Scala.js, but also for implementing asynchronous server implementations. For historical reasons to support various HTTP backends (e.g., Finagle, okhttp, etc.), airframe-http has multiple types of request filter implementations. In 2023, we will try to use a common Rx-based interface.
Use Rx-interface for HTTP/RPC server and client filter interface.
To have a comprehensive view of these modules, we need a walk-through documentation so that we can learn how to build applications using Airframe starting from logging, web application development, RPC, runtime DI, building UI with Scala.js, etc. #2169
The text was updated successfully, but these errors were encountered:
Here are the roadmap items for 2023, version 23.x.x series.
Reactive (Rx) Interface
🎉 The first version is ready since airframe 23.4.x
airframe-rx can be used not only for implementing UI with Scala.js, but also for implementing asynchronous server implementations. For historical reasons to support various HTTP backends (e.g., Finagle, okhttp, etc.), airframe-http has multiple types of request filter implementations. In 2023, we will try to use a common Rx-based interface.
Scala 3 Support
🎉 Completed! #1077
Documentation
To have a comprehensive view of these modules, we need a walk-through documentation so that we can learn how to build applications using Airframe starting from logging, web application development, RPC, runtime DI, building UI with Scala.js, etc. #2169
The text was updated successfully, but these errors were encountered: