pywry icon indicating copy to clipboard operation
pywry copied to clipboard

Two way communication

Open thewh1teagle opened this issue 2 years ago • 2 comments

Add two way communication so we can call Python from frontend or call JS from Python

thewh1teagle avatar Aug 29 '23 00:08 thewh1teagle

currently you can do this from JS to Python that once sent auto closes the window

I've added an examples of this here:

Let me know what use case you're thinking of and I can try to implement it!

tehcoderer avatar Sep 18 '23 16:09 tehcoderer

I will check that. My use case is simply use pywry as tauri with python as backend In tauri we have the commands we bind, and the window.invoke which is very convenient

thewh1teagle avatar Sep 18 '23 17:09 thewh1teagle