2

I want send/receive data between Chrome Extension and Local Python. like, python sends data and chrome extension listens Any Idea how to do?

1 Answers1

2

I was able to pass message to Chrome using python websockets. It is very vast (average 10ms) and easy to pass JSON data. Here is the example Python websockets. I hope it will help in the future for developers who encounters this question.