DEV Community

Cover image for How to create URL in NodeJS?
Chetan Rohilla
Chetan Rohilla

Posted on • Updated on

How to create URL in NodeJS?

Nodejs is an open-source, cross-platform JavaScript framework. Due to its single threaded in nature it is used for modern websites development, backend API services, real-time applications, event-driven servers etc. When we are creating websites using Nodejs then we needs to access our webpages through URLs. And we can do this using the URL module, HTTP module and FS module. Please see the detailed article about creating URL in NodeJS here https://www.w3courses.org/how-to-create-url-in-nodejs/

Top comments (0)