http-party / node-portfinder

A simple tool to find an open port or domain socket on the current machine
https://github.com/http-party/node-portfinder
Other
887 stars 95 forks source link

There is more than TCP #73

Closed ibc closed 4 years ago

ibc commented 5 years ago

UDP exists. A port can be TCP or UDP. Perhaps the README could clarify it.

eriktrom commented 5 years ago

yep - pr's welcome - docs should roughly be some words + this test code: https://github.com/indexzero/node-portfinder/blob/8d0b757c3c318499f9fd1f8d865e8e7784801204/test/port-finder-socket-test.js#L30-L51

eriktrom commented 4 years ago

stale, closing. feel free to re-open to resume conversation.

netstalkerr commented 3 years ago

agree! where information that only TCP is supported??