Hello!
My nodebb version is 0.4.3,
web browser is chrome V 33.0.1750.154 m
when I login into the nodebb, it only response:
"[[success:authentication-successful]]"
I need to know why?
mark:
My environment doesn't support websocket.Is this the reason?
If it is, how can I use the nodebb, maybe like this
Sockets.init = function(server) {
io = socketioWildcard(SocketIO).listen(server, {
log: false,
//transports: ['websocket', 'xhr-polling', 'jsonp-polling', 'flashsocket'],
transports: [ 'xhr-polling', 'jsonp-polling', 'flashsocket'],
'browser client minification': true,
resource: nconf.get('relative_path') + '/socket.io'
});