I'm Paulo and I've used my 10+ years of software development experience writing, rewriting, banging my head against the wall, editing and re-editing high-performance web application to make Vert.x ...
This is the EcmaScript (5.1+) language support for Eclipse Vert.x
Usage
# add es4x-pm globally
npm install -g es4x-pm
Create a project:
# create a generic project
mkdir my-app
cd my-app
# init the project
es4x init
# add other dependencies
npm install @vertx/unit --save-dev
npm install @vertx/core --save-prod
# will trigger the download
# of the java dependencies
npm install
The ES4X the polyglot JavaScript side of Eclipse Vert.x is also open to ideas and PRs.
EcmaScript Language Support for Eclipse Vert.x
ES4X
This is the EcmaScript (5.1+) language support for Eclipse Vert.x
Usage
# add es4x-pm globally npm install -g es4x-pmCreate a project:
Create your
index.js:and your
index.test.js:I'll ( @pml0pes) volunteer to mentor anyone who would like to contribute.