demos-html5-realtime
demos-html5-realtime copied to clipboard
path.exists quick fix
file: node.js line: 20
change: path.exists(filepath, function ( ex ) { to: fs.exists(filepath, function ( ex ) {