-
Notifications
You must be signed in to change notification settings - Fork 395
Blog post: announce the quarkus-quickjs4j extension #2353
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
Blog post: announce the quarkus-quickjs4j extension #2353
Conversation
|
🙈 The PR is closed and the preview is expired. |
cescoffier
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
I've made a few comment - just one blocking (as it messed up the rendering).
|
Can we add a bit more content to the last three sections? At the moment, there are just a list of bullet points. |
|
Also, please update the date of publication. |
|
For my own understanding, are you creating one JS context per call? What if you want to load JavaScript libraries? |
Currently yes, there is a single JS context per call. I've added a little bit of information to blog post in the "Future Plans" section about this. There are optimizations that will need to happen. Perhaps a discussion with Quarkus experts will be needed to really nail down the integration. I've focused mostly on the DevEx in this phase. The result is, I think, a really easy way to integrate JS functionality into a Quarkus app. But it's a pretty naive approach, without significant time spent optimizing. As for javascript libraries, you can use whatever libraries you want (provided they don't use Browser or Node.js APIs that cannot be shimmed). You can even use typescript if you want. The idea is you could have a standard JS build pipeline for your script, with a bundler that produced a final Quickjs4j even outputs a |
|
@cescoffier Updated based on feedback. Thanks for the review. |
|
Merged! |
This pull request adds a new blog post to announce the new quickjs4j extension in the quarkiverse. Links to quickjs4j and the new extension: