noob

0.0.1 • Public • Published

noob runner

Install

npm install -g noob

Use

To tried it out go into some directory and create the following file as server.js:

app.get('/', function(req, res) {
  console.log('Got request.');
  res.send(req.url);
});
 
http.createServer(app).listen(function() {
  var port = this.address().port;
  console.log('http://localhost:'+port);
});

Run with noob server.js

FAQ

Q: Should I use this?

A: No.

/noob/

    Package Sidebar

    Install

    npm i noob

    Weekly Downloads

    0

    Version

    0.0.1

    License

    BSD

    Last publish

    Collaborators

    • jkrems