UNPKG

rrestjs

Version:

HIgh performance node.js ROA & RESTFUL web framework.

5 lines 182 B
var http = require('http'); var server = http.createServer(function (req, res) { res.end('welcome to job3 worker'); }).listen(3002); console.log('job3 is listen on port:'+3002);