node-parseurl

parse a url with memoization
  https://github.com/expressjs/parseurl
  0
  no reviews



Simple module which allows developer to get pathname:

var pathname = parseurl(req)

and `pathname` can then be simply passed to a router or something.

Node.js is an event-based server-side JavaScript engine.