|
|
|
|
|
by forrestthewoods
799 days ago
|
|
> Currently Flow-IPC is for Linux Dang. I was excited for a brief moment, but support for macOS + Windows is mandatory for all of my use cases. To be honest what I actually want is NOT "the fastest possible thing". All I actually care about is "easy advertisement, discovery, and message sending". I use localhost TCP way more than I want because it "just works". Maybe someday I'll stumble across my dream IPC library. |
|
Concretely what it would take to port it to those OS: https://github.com/Flow-IPC/ipc/issues/101
Given a couple weeks to work on it, this thing would be on macOS no problem. With Windows I personally need to understand its FD-passing and native handle concepts first, but I’m guessing it’d be a similar amount of effort in the end.