0

i've already looked up in the web, but can't find any solution for it.

Is it possible to connect to a TCP-Listener with JavaScript?

I don't look for socket.io or node.js - cause I don't want to use an external programm like they are.

7
  • What does this have to do with C#? Commented Mar 31, 2013 at 1:48
  • I wanna connect to a TCPListener which is written in C# Commented Mar 31, 2013 at 1:52
  • 1
    What language it's written in is pretty arbitrary. Could just as easily be any other .NET language. Commented Mar 31, 2013 at 1:53
  • What do you with this comment? Commented Mar 31, 2013 at 1:56
  • Just that you shouldn't tag things with a specific language unless the question actually pertains to the language. In this case you only care about sending data to a TCPListener, which is a framework class, it could just as easily be F# on the other end processing data. Commented Mar 31, 2013 at 1:59

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.