Currently gpgol.js needs two running processes:
- gpgol-client.exe
- gpgol-server.exe
Currently these two processes are launched manually from the command line. These two should be backgroud processes launched automatically.
Currently gpgol.js needs two running processes:
Currently these two processes are launched manually from the command line. These two should be backgroud processes launched automatically.
Last time I used the Non-Sucking Service Manager to create a windows service.
This works fine when the program gracefully stops on a OS terminate signal.
But this is an additional dependency.