TcpListenAsyncServer - initial attempts at an async TCP socket server based on TcpListen and TcpClient
JeoffsAsyncServer - Tinkering with TCP socket server based on .NET Socket, also playing with Kestrel in there too
SimpleServer/ExampleServer - Complete TCP socket server using Socket and with optional TLS handshake
The unit tests are examples of usage, start there!