kazinator 5 hours ago

> P.S. It would be great to have Windows support, but it seems like an impossible task due to how the operating system handles sockets and files internally. I tried, but nothing came of it. Perhaps it's still possible, though.

It will almost certainly work on Cygwin.

With the Cygnal project, you can ship a Cygwin program as a native app.

  • skullchap 2 hours ago

    repo is updated, win32 works now.

throwaflame4849 6 hours ago

An fdopen socket wrapper that doesn’t use setvbuf and attempts to re-implement “dial” independently of Plan 9 From User Space.