bwdbooks/nodejs-mongodb-angularjs-web-development

Chapter 8 listing 8.1 causes error

Closed this issue · 2 comments

On chapter 8 after running

node socket_client.js

I get the error

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: connect ECONNREFUSED
    at errnoException (net.js:904:11)
    at Object.afterConnect [as oncomplete] (net.js:895:19)

Duh, i had to actually run the server created a bit later in the chapter.

Which server because I'm running into the same error as I run other .js files, especially the word_init.js?