Kelvin Mai Posted on Sep 29, 2020 Build a Port Scanner in Golang #go #tutorial In this video we create the freeCodeCamp port scanner project but instead of python, this application is written in golang. Resources freeCodeCamp project Source code Follow and support me YouTube Twitter Top comments (3) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Kevin Schweikert Kevin Schweikert Kevin Schweikert Follow Location Germany Joined Oct 20, 2019 • Oct 2 '20 Dropdown menu Copy link Hide 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 Expand Kelvin Mai Kelvin Mai Kelvin Mai Follow Location Las Vegas Work Software Engineer Joined May 6, 2020 • Oct 4 '20 Dropdown menu Copy link Hide Yes, please. I would be interested in seeing how that is implemented. Collapse Expand Kevin Schweikert Kevin Schweikert Kevin Schweikert Follow Location Germany Joined Oct 20, 2019 • Oct 11 '20 Dropdown menu Copy link Hide I just opened a PR with a short explanation. If there are any questions i am happy to answer! Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
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
Yes, please. I would be interested in seeing how that is implemented.
I just opened a PR with a short explanation. If there are any questions i am happy to answer!