Join the Stack Overflow Community
Stack Overflow is a community of 6.3 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up

I need to develop an app in ionic that uses TCP connection in order to send and receive data. So there is a library socket.io, I used this library, but the problem is I want to communicate the app sends data from phone to an Arduino device. After a search I think this is not possible with socket.io because it should work in a browser at the client side.

Is there another library for TCP to send and receive data from phone to Arduino or vice versa?

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.