An open API service indexing awesome lists of open source software.

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

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