Hacker News new | ask | show | jobs
by whalesalad 1018 days ago
The port being in use is user error not really fair to put that on bun.
2 comments

The following is probably not relevant for bun. But as an aside:

Most programs should bind to port 0 and let the OS allocate a free port and then report the resulting port to any future clients.

It is when you're trying to run a REPL. You really shouldn't need exclusive access to a port for that.