wvlet / airframe

Essential Building Blocks for Scala
https://wvlet.org/airframe
Apache License 2.0
632 stars 66 forks source link

Scala Native support #2502

Open lolgab opened 1 year ago

lolgab commented 1 year ago

Hello and thank you for airframe, I think it is one of the most underrated frameworks for Scala.

I was wondering if you are interested in supporting Scala Native. I implemented an HTTP server library for Scala Native built on top of NGINX Unit and would be a nice fit for an airframe-http module.

xerial commented 1 year ago

It's very interesting.

airframe-http already has Finagle, gRPC, and netty backend implementation. When supporting Scala Native in airframe in the future, your backend implementation would be helpful.

Currently, our focus is on fully supporting Scala 3 for JVM and Scala.js https://github.com/wvlet/airframe/issues/1077

xerial commented 5 months ago

Some modules of Airframe now support Scala Native 0.5 https://github.com/wvlet/airframe/releases/tag/v24.4.2, so it's getting closer