This project consists on recreating the NetCat in a Server-Client Architecture that can run in a server mode on a specified port listening for incoming connections, and it can be used in client mode, trying to connect to a specified port and transmitting information to the serve
To deploy this project run
go run . portNumber
nc ipAdrr portNumber //for connecting