Closed purplefox closed 9 years ago
@vietj can you review this please?
The usage of the previous require.js
should be done and the file src/main/resources/vertx-js/util/require.js
should be removed
In JSVerticleFactory
the line engine.put("__verticle", this)
does not seem to be used anymore and should probably be removed
Another question : I see this allow to load verticles from NPM, do we allow also to load NPM arbitrary NPM modules from JS code. If yes I think we should have a test loading an NPM module from a simple JS vert.x module.
...ync start and stop is implemented