Vert.x3 + the endorsed modules
- Vert.x Core
- Groovy, JS and Ruby languages
- Hazelcast clustering
- Service proxy
More information on:
- The vert.x web site: http://vertx.io
Vert.x3 + the endorsed modules
More information on:
| throw new Error('This module is not supposed to be imported!'); |
| { | |
| "name": "vertx3-min", | |
| "version": "3.0.0-1", | |
| "description": "Vert.x: A tool-kit for building reactive applications on the JVM.", | |
| "main": "index.js", | |
| "repository": "vert-x3", | |
| "keywords": [ | |
| "vert.x", | |
| "framework", | |
| "polyglot", | |
| "reactive" | |
| ], | |
| "license": "Apache-2.0", | |
| "dependencies": {}, | |
| "bin": { | |
| "vertx": "./bin/vertx", | |
| "vertx.bat": "./bin/vertx.bat" | |
| }, | |
| "homepage": "http://vertx.io", | |
| "engines": {}, | |
| "files": [ | |
| "bin", | |
| "conf", | |
| "lib", | |
| "README.md", | |
| "index.js" | |
| ] | |
| } |