
META-INF.es4x-commands.init.js.index.js Maven / Gradle / Ivy
The newest version!
///
// @ts-check
vertx
.createHttpServer()
.requestHandler(function (req) {
req.response().end("Hello ES4X!");
})
.listen(3000);
console.log('Server started on port 3000');
© 2015 - 2025 Weber Informatics LLC | Privacy Policy