TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Fio – redirect unix sockets to TCP ports

2 pointsby hezagover 7 years ago

1 comment

dozzieover 7 years ago
Is it something akin to a crippled socat?<p><pre><code> socat unix-listen:foo.sock tcp-listen:1234 socat unix-recv:foo.sock tcp-listen:1234 </code></pre> Which socket type does it use? Can it listen on AF_UNIX socket of any type?