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?
via user2272881
No comments:
Post a Comment