dmundt / ServiceBouncer

Microservices meets DevOps :wink:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

As a developer building Windows Services, the workflow of constantly stopping and starting services can be a bit annoying, especially if your solution consists of multiple services. ServiceBouncer is a simple tool that helps to streamline this workflow.

Download: ServiceBouncer.zip

The tool shows a data grid for the services, and their status. Since it's a grid, you can easily select multiple services. You can then start or stop them. You can also filter the services shown, so that you don't accidentally stop the wrong one. There's even a button to delete services you no longer need.

ServiceBouncer main window - stop, start, delete and filter services

The window title tells you the status of the services, so you can quickly tell if your service is running without switching windows:

ServiceBouncer window title

About

Microservices meets DevOps :wink:

License:Apache License 2.0


Languages

Language:C# 100.0%