UNPKG

nodeclipse

Version:

nodeclipse CLI - prepare Node.js project to be imported into Eclipse (Nodeclipse); Installer - eclipse plugin CLI installer

6 lines (4 loc) 158 B
var vertx = require('vertx'); vertx.createHttpServer().requestHandler(function(req) { req.response.end("Hello World!"); }).listen(8080, 'localhost');