UNPKG

rrestjs

Version:

HIgh performance node.js ROA & RESTFUL web framework.

9 lines (6 loc) 320 B
module.exports.conf = require('./config/autoreload.conf.js'); var http = require('http'), rrest = require('../'), server = http.createServer(function (req, res){ res.send('process '+rrest.child.id+' is listen at '+rrest.config.listenPort+' : hello world everyone!'); }).listen(rrest.config.listenPort);