Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Windows Service #230

Open
timotheux opened this issue May 13, 2021 · 7 comments
Open

Implement Windows Service #230

timotheux opened this issue May 13, 2021 · 7 comments
Labels
enhancement New feature or request help wanted Good candidate for others to work on

Comments

@timotheux
Copy link

Will you be willing to implement the ability to run a dart app as Windows Service?

I believe this is an area dart/win32 is made for. Dart already is an excellent console application on Windows.

Being able to run it as a Windows service will allow a lot of programmers port existing or design new programs/tools in the dart language.

Keepup the good work!

@timsneath
Copy link
Contributor

Not sure whether we'll run into threading issues, but it's an interesting idea, for sure.

Sample documentation here: https://docs.microsoft.com/en-us/windows/win32/services/the-complete-service-sample

@timsneath timsneath added the enhancement New feature or request label May 19, 2021
@timotheux
Copy link
Author

Yes, it's an interesting idea with real world use cases right now and it will go on to have a high adoption rate.

Have a look at this solution from Tuppeny, I think this brings us closer to a global solution:
https://stackoverflow.com/a/63744433

Cheers

@timotheux
Copy link
Author

@timsneath just checked out your named pipe example. Good Job! Once again.

Any progress on the Windows Service front?

Cheers

@timsneath timsneath added the help wanted Good candidate for others to work on label Jun 4, 2021
@timsneath
Copy link
Contributor

It's not an area I'm planning to work on right now, but if others are interested I'm very willing to accept contributions.

@biloo-dev
Copy link

i'm very interested for this please any update !!

@timsneath
Copy link
Contributor

It's not an area I'm planning to work on right now, but if others are interested I'm very willing to accept contributions.

@au-top
Copy link

au-top commented Nov 4, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Good candidate for others to work on
Projects
None yet
Development

No branches or pull requests

4 participants