Hacker News new | ask | show | jobs
Fnet – FILE* over your socks. Easily create and handle your network sockets (github.com)
16 points by skullchap 465 days ago
2 comments

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