saraedum / forsake

GNU General Public License v3.0
0 stars 0 forks source link

Automatically spawn a server #1

Open saraedum opened 1 year ago

saraedum commented 1 year ago

Currently, we need to create a server and then request clients.

We should add a mode that, when requesting a client, creates a server if none exists, and then connects to it.

saraedum commented 1 year ago

See https://github.com/prompt-toolkit/pymux/blob/3f66e62b9de4b2251c7f9afad6c516dc5a30ec67/pymux/utils.py#L17 for daemonizing a process.