what is the difference between journey and router in node.js? -
i confused journey , router in node.js. can body tell me exact difference between journey , router in node.js?
journey is http request router module node.js. not part of core node.js. http request router library facilitates selection of code call, according specifics of http request.
Comments
Post a Comment