Microservice as a Windows service
A lot of companies use a Windows server to host microservices. I asked myself “what is the best way to deploy and start a microservice?”. Of course, the microservice has to be a Windows service so that on every server restart the services are restarted too. But what else is necessary?
(more…)