Chapter 8 listing 8.1 causes error
Closed this issue · 2 comments
Deleted user commented
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)
Deleted user commented
Duh, i had to actually run the server created a bit later in the chapter.
GitHubKen commented
Which server because I'm running into the same error as I run other .js files, especially the word_init.js?