Closed KiPSOFT-zz closed 11 years ago
Hi @KiPSOFT, test your code through Chrome or Firefox.
This works without problems: http://www.partialjs.com/upload/chat.zip
Is possible that node.js WebSocket (module) doesn't support (RFC 6455 standard).
yes this chat application good work but my node.js client application not connect server. i'm using this websocket module https://github.com/Worlize/WebSocket-Node
I don't know where is the problem. partial.js supports: standard RFC 6455, plain text (frame)
You must test all options. Sorry.
i solve my problem. wrong origin. thanks.
hi again;
i'm testing websocket but have a problem.
my module code:
and my client code;
i'm getting this error. Warning: Native modules not compiled. XOR performance will be degraded. Warning: Native modules not compiled. UTF-8 validation disabled. Connect Error: Error: socket hang up
my system windows8 - x64
whats my problem ?
thanks.