reactiverse / es4x

🚀 fast JavaScript 4 Eclipse Vert.x
https://reactiverse.io/es4x/
Apache License 2.0
881 stars 75 forks source link

About the difference between JSVerticleFactory and MJSVerticleFactory #594

Open darrenweb opened 2 years ago

darrenweb commented 2 years ago

Hi! I have some questions to ask you.

I'm currently waiting for the esm support on node to settle and then try to follow as close as possible they way they do things there.

1, About#264 (I'm currently waiting for.....), I would like to ask how the progress is? 2, About mjs and js, can only one of them be used? Can mjs and js be used together? 3, In terms of overall performance, mjs (MJSVerticleFactory) or js(JSVerticleFactory), which one has better performance? Still the same?

Thank you !