I am currently using nodejs + express js. web application is hosted on express js on port 1234. at present with local host things are working fine. Code is in git repository. If i have a remote server, then how to package the web application and start the web application on remote server. We are not using tom cat. is there any way i build/package the entire application into jar and place it in remote server and start the web application? how to give a domain name rather than IP address in URL?
Asked
Active
Viewed 184 times
-1
-
Possible duplicate of http://stackoverflow.com/questions/41312651/how-to-run-node-js-on-dedicated-server – rsp Mar 15 '17 at 15:48
-
i am new to express js. Can anyone please help by give by step by step procedures to achieve the same – user2272881 Mar 15 '17 at 15:49