krohling / ArduinoWebsocketClient

Websocket client for Arduino
227 stars 72 forks source link

Node JS socket client support? #9

Open gerges-zz opened 12 years ago

gerges-zz commented 12 years ago

I've attempted to use this library to connect to a local node js socket io server with no luck. Do you have any recommendations for a compatible local server?

gerges-zz commented 12 years ago

Sorry, it appears my error was caused by the socket being lost quite early on. I'll look into if the library capable of detecting a disconnect and creating a new connection

m4recek commented 12 years ago

You was able to connect from arduino to socket.io server? Can i ask you how? :) Thx for answer.

cadday commented 11 years ago

I was trying something similar, anyone has any luck with it?