https://github.com/frankie567/textual-ipc
POC showing an implementation of Textual TUI + background process communicating through IPC, similar to what Electron does
https://github.com/frankie567/textual-ipc
Last synced: 4 months ago
JSON representation
POC showing an implementation of Textual TUI + background process communicating through IPC, similar to what Electron does
- Host: GitHub
- URL: https://github.com/frankie567/textual-ipc
- Owner: frankie567
- License: mit
- Created: 2022-07-04T13:25:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T09:36:10.000Z (almost 3 years ago)
- Last Synced: 2025-03-19T00:06:44.131Z (7 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Textual IPC
A simple proof-of-concept showing the implementation of an application spawning two processes:
* One for the UI, under [Textual](https://github.com/Textualize/textual).
* One for the background process to offload heavy blocking operations while keeping the UI responsive.Both communicate through a Unix socket.
## License
MIT