On Thu, Jun 16, 2011 at 6:40 AM, Ed Summers ehs@pobox.com wrote:
I've been looking to experiment with node.js lately and created a little toy webapp that displays updates from the major language wikipedias in real time:
Visiting that URL yields:
An error has occurred: {"stack":"Error: ECONNREFUSED, Connection refused\n at Socket._onConnect (net.js:602:18)\n at IOWatcher.onWritable [as callback] (net.js:186:12)","message":"ECONNREFUSED, Connection refused","errno":111,"code":"ECONNREFUSED","syscall":"connect"}
Roan Kattouw (Catrope)