+ 5
How to host an application created in node js?
I have an application created in node js, I am using web socket on port 9000. I use the command "node main.js" to activate the web socket, but I don't know how to activate it on the web server.
2 Respostas
+ 5
Use heroku
+ 2
Use docker to deploy nodejs code to web server.