[question] Does electron-trpc support communication between windows? #215
Answered
by
jsonnull
liaodalin19903
asked this question in
Q&A
-
Hello: As we know, usually a simple project has only one mainWindow. If other windows are created, can electron-trpc be used for communication? |
Beta Was this translation helpful? Give feedback.
Answered by
jsonnull
Dec 7, 2024
Replies: 1 comment
-
It's possible to do this with vanilla Electron IPC like this:
I can imagine you could adapt this to a tRPC pattern:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
liaodalin19903
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's possible to do this with vanilla Electron IPC like this:
I can imagine you could adapt this to a tRPC pattern: