airframe icon indicating copy to clipboard operation
airframe copied to clipboard

Scala Native support

Open lolgab opened this issue 3 years ago • 2 comments

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.

lolgab avatar Oct 21 '22 05:10 lolgab

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 avatar Oct 21 '22 08:10 xerial

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

xerial avatar Apr 23 '24 07:04 xerial