Hello Everyone,, I was going through some projects using Node.JS and Socket.io, Now, i am doing something similar where i have written a client application in C++ using Websockets trying to connect a Node.js/Socket.IO server running in a LAN connectivity. I found the server application is not responding at all. I tried a couple of other options from client side eventually getting no response from the server. Basically, i am trying to send a JSON object to the system running SocketIO server. >From Client Side i am trying to connect to server using :: connect ws://localhost:3000 , Server is listening on port 3000. I find no response on to the server part.
Help, is really appreciated. Thank you. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/f2e41444-48a3-481e-9496-223f448d41c1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
