Easy TCP Server is an easy to implement library written in .NET Core which handles incoming TCP data from multiple clients via ‘channels’ of connections between the clients and the server.
The library is useful in situations where developers need to quickly spin-up a service for handling incoming TCP traffic. The Implementation is as simple as starting a server instance and handling a fired event for incoming data.
The solution also tracks connected clients, so they can also be managed accordingly.
The source code is available publically via GitHub with release notes and downloads available here.
To raise bugs or issues with the library, feel free to raise an issue on Github or feel free to contact me.