How To Build a CLI Tool To Show Ports Available | Rust
Sometimes, when I'm writing a web application or installing one, I find that is not possible to start it up because the port that is supposed to use is used by other applications.
So, that is the reason I want to create a program that shows me if a p...
carlosmv.hashnode.dev4 min read