DEV Community

Cover image for Build a Port Scanner in Golang
Kelvin Mai
Kelvin Mai

Posted on

2 1

Build a Port Scanner in Golang

In this video we create the freeCodeCamp port scanner project but instead of python, this application is written in golang.

Resources

Follow and support me

Top comments (3)

Collapse
 
kevinschweikert profile image
Kevin Schweikert

You could use Goroutines to speed up the port scanning instead of doing it one after the other. If you like i can open a PR

Collapse
 
kelvinmai profile image
Kelvin Mai

Yes, please. I would be interested in seeing how that is implemented.

Collapse
 
kevinschweikert profile image
Kevin Schweikert

I just opened a PR with a short explanation. If there are any questions i am happy to answer!

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay