Skip to content

Tag: node.js

NodeJS Can only connect when Server is shutdown

Im trying out setting up a webserver with nodeJS with this code: But when I connect on any browser(tried chrome and mozilla) using either localhost or 127.0.0.1 the page will only show when I shut the server down. It’s constantly loading, not showing anything until I shutdown with ctrl + C. Then it will…