-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graal Native Http Server #209
Comments
https://github.com/oracle/graalvm-reachability-metadata might be helpful in assisting with the mappings |
/bounty $500 |
Bounty requirements:
|
/attempt #209 zio-http probably needs something quite similar for graal support. So this might be a two for one
|
@987Nabil Have you started working on this yet? |
@fwbrasil I did some research. I'll have some more time this week and will continue. |
fyi: I got sick. But I'll still plan to do this. |
@987Nabil I'm redistributing Kyo's bounties. Have you been able to work on this? If not, can you cancel the attempt? Thank you! |
Sorry. I wanted but did not find the time |
Removing the bounty. Investing in Scala Native seems more promising. |
Following the great success of Graal's native image in projects like Quarkus, Kyo should also provide a straightforward way to ship an HTTP server using
kyo-tapir
in a native binary. The main challenge of this task is making the necessary configurations in Graal to support Netty.Pointers:
The text was updated successfully, but these errors were encountered: