Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 716 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 716 Bytes

TCP Server in .NET Core

This is a .NET Core implementation of TCPListener object developed and tested on Ubuntu operating system. It runs on the top of .NET Core and can be connected to using any TCP client — nc or same telnet protocols can work for TCP communication.

Usage

This project can be built and used on any platform that can be supported using .NET Core using the following steps.

  1. Clone the git repository using, git clone https://github.com/afzaal-ahmad-zeeshan/tcpserver-dotnetcore.git.
  2. Restore the project dependencies using, dotnet restore.
  3. Build and run the project in a single command, dotnet run.

You can follow the on-screen guidance to start the TCP server.