#Running electron app as service.

9 messages · Page 1 of 1 (latest)

smoky condor
#

I've run electron app as service using nssm but it seems app.whenReady is not called.

cosmic gust
#

service unable to use gui

smoky condor
#

I want to run socket connection part in app.whenReady

#

app.ready is not called when running it as service?

cosmic gust
#

no

smoky condor
#

I've run function which creates text file on desktop for test.
text file is created when running it normally but not created when running it as service

cosmic gust
#

service is limited

#

electron is not supposed to be runned as service

smoky condor
#

ok, i got it. thank you for your kind help.

I want to capture lock screen for webrtc screen sharing.
is it possible to capture lock screen without running app as service?