httpserver - Simple static node.js http server in the cloud -
httpserver - Simple static node.js http server in the cloud -
i've spun digital ocean server, , i'm trying serve simple static web page. this reply recommended utilize http-server package. can start serving on http://localhost:8080
running:
http-server
neat. how serve page remotely though, i'd able access on desktop using external ip of server, example, http://139.32.5.6
?
this silly question.
according http-server readme, address hear on defaults 0.0.0.0
, should able reach outside of localhost
, provided don't have firewalls , such blocking incoming traffic port.
node.js httpserver digital-ocean
Comments
Post a Comment