i am trying to write a simple extension in chrome which sends data to a TCP socket server in python.
Unfortunately, extensions cannot use sockets library in chrome. is there any simple way to communicate with a TCP socket server in python?
Alternatively, is there any way to communicate with python at all?