warut-k

Results 2 issues of warut-k

Hi I have run server side with following code, its can run perfectly //////////////////////////////////Server.js /////////////////////////////////////////////////////// var port = 8080, app = require('express')(), io = require('socket.io').listen(app.listen(port)), logger = require('winston'), program =...

Hi I have run the app with eclipse, also the console display following message. Usage: java client.jar ? Protocol is one of: sockjs, socketio, websocket So, I don't know how...