@
Loïc BLABLAA, somehow I can't get this demo running:
https://github.com/jroblak/MelonJS-Node-Socket.IO-Boilerplate-Example.
First I tried use the start script, but it reports the error "nv: node\r: No such file or directory". Then I tried add the package.json with express and
socket.io, but this time it reports error:
/Users/rolandlu/html5/MelonJS-Node-Socket.IO-Boilerplate-Example/server/server.js:1
equire, module, __filename, __dirname) { var app = require('express')(),
^
TypeError: object is not a function
at Object.<anonymous> (/Users/rolandlu/html5/MelonJS-Node-Socket.IO-Boilerplate-Example/server/server.js:1:97)