Replies: 3 comments 8 replies
-
Do you have an idea on the effort required to get to a native binary? |
Beta Was this translation helpful? Give feedback.
8 replies
-
MEMO
|
Beta Was this translation helpful? Give feedback.
0 replies
-
MEMO issues link |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone.
I'm interested in Play applications that run lightly in a cloud environment, and GraalVM seemed like a very good solution. I tried changing the play-scala-seed project to GraalVM and the performance improved.
I want to make GraalVM easy to use with Play. I would like to improve Play with some fixes:
resource
scheme for external resource references (implementation is the same as the existingbundle
scheme).enablePlugin (PlayNativeSupport)
andsbt graalvm-native-image: packageBin
.I would love to hear your opinions.
other reference
Beta Was this translation helpful? Give feedback.
All reactions