DEV Community

Discussion on: Building a Web server in Bash, part I - sockets

Collapse
 
ricky11 profile image
Rishi U

Thanks for this. I am m using macos terminal, when invoking the nc -Uvl server.sock command there is no prompt thereafter. Do i need to update nc or bash?

Collapse
 
leandronsp profile image
Leandro Proença • Edited

Good question, unfortunately AFAIK the verbose in macOS for netcat is not as good as in Linux