I have a program in node.js. I ran the code using "node main.js". It starts listening. When I try to open the link, "https://localhost:8080" it displays, "It works !
If you're seeing this page via a web browser," which is usually popped up after tomcat installation. how can i fix it and run my code?
main.js.