
ES for Eclipse Vert.x
A Modern JavaScript runtime for Eclipse Vert.x
Simplicity First
Minimal setup with npm-centered project structure helps you focus on your code.
Vert.x-Powered
Enjoy scalability and performance experience ofVert.x, use Reactive Vert.x components in JavaScript, and develop with JavaScript orTypeScript.
Performant
ES4X runs on top of GraalVM offering agreat performance for JavaScript applications on par orbetter than Java.
# As Easy as 1, 2, 3
# (1) createnpm init @es4x project# (2) install dependenciesnpminstall# OR yarn# (3) runnpm start# OR yarn start
COMPATIBILITY NOTE
ES4X requiresGraalVM(opens new window) or Java >= 11. GraalVM 22.2 and up will require the installation of theJavaScript module withgu install js
.
MIT Licensed | Copyright © 2018-present Paulo Lopes