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.

FrickX
  • 63
  • 8
  • What does this have to do with C#? – Roman Mar 31 '13 at 01:48
  • I wanna connect to a TCPListener which is written in C# – FrickX Mar 31 '13 at 01:52
  • 1
    What language it's written in is pretty arbitrary. Could just as easily be any other .NET language. – Roman Mar 31 '13 at 01:53
  • What do you with this comment? – FrickX Mar 31 '13 at 01: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](http://msdn.microsoft.com/en-us/library/system.net.sockets.tcplistener.aspx), which is a framework class, it could just as easily be F# on the other end processing data. – Roman Mar 31 '13 at 01:59
  • duplicate? http://stackoverflow.com/questions/307539/how-can-i-communicate-over-tcp-sockets-from-javascript – jermel Mar 31 '13 at 02:06
  • Errm. I just need an example for JavaScript which connects to a C# TCP-Lister. The problem isn't related to C#... – FrickX Mar 31 '13 at 02:07

0 Answers0