> 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.
> 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.
repo is updated, win32 works now.
An fdopen socket wrapper that doesn’t use setvbuf and attempts to re-implement “dial” independently of Plan 9 From User Space.