Easily listen on a http/net server async
npm install listen-asyncEasily listen on a http/net server async
```
npm install listen-async
` js
const listen = require('listen-async')
try {
await listen(server, 8080)
} catch {
await listen(server, 0)
}
``
Apache-2.0