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

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -