5
LuxARTS
6y

I know this is not StackOverflow but is there a way to send TCP packets using JavaScript? I can't find a pretty solution. Why I can't find an API like "sockets" from Python to JavaScript?
Telnet API will be fine too.

Thanks!

Comments
  • 1
    Do websockets help?
  • 0
    Have you think about queues? Rabbitmq is pretty easy to implement and have conectors in both Js and Python. You can do a simple test and it will not take to much time.
  • 2
    Are we talking about Node or plain JS?
Add Comment