Story Details

  • Show HN: Dish: A lightweight HTTP and TCP socket monitoring tool written in Go

    Posted: 2025-03-27 20:27:55

    Dish is a lightweight command-line tool written in Go for monitoring HTTP and TCP sockets. It aims to be a simpler alternative to tools like netstat and ss by providing a clear, real-time view of active connections, including details like the process using the socket, remote addresses, and connection state. Dish focuses on ease of use and minimal dependencies, making it a quick and convenient option for troubleshooting network issues or inspecting socket activity on a system.

    Summary of Comments ( 0 )
    https://news.ycombinator.com/item?id=43497792

    Hacker News users generally praised dish for its simplicity, speed, and ease of use compared to more complex tools like netcat or socat. Several commenters appreciated the clear documentation and examples provided. Some suggested potential improvements, such as adding features like TLS support, input redirection, and the ability to specify source ports. A few users pointed out existing similar tools like ncat, but acknowledged dish's lightweight nature as a potential advantage. The project was well-received overall, with many expressing interest in trying it out.