Avba
Avba

Reputation: 15296

porting from mac to linux/windows and looking for a cross platform XPC equivalent

I'm using XPC and want to port to linux/windows. Looking for an alternative which can perform similar functionality.

is there something like this?

Upvotes: 0

Views: 349

Answers (1)

Robert
Robert

Reputation: 160

Have a look at gRPC and probably gRPC-Swift. The Swift implementation is in alpha status, though. gRPC and Objective C cannot spawn a server, it can only be used as client. The swift implementation can. C++ can, too.

Upvotes: 0

Related Questions