BrandonPotter / SimpleTCP

Straightforward .NET library to handle the repetitive tasks of spinning up and working with TCP sockets (client and server).
Apache License 2.0
363 stars 108 forks source link

Question: how to run only server as windows service #55

Open Torchok19081986 opened 5 years ago

Torchok19081986 commented 5 years ago

Hallo , i have a question and hope someone can help me with. Im new in TCP/IP , but not new in windows services. How do i run server class in window services? Windows Service run at timer / dispatcher timer , but i think it is not that simple run server class as service. Idea is, check for packages on client periodically.