GDUnixSocket

MIT License
Objective-C
iOS

1 image

Author

Description

Unix domain sockets are designed specifically for local interprocess communication.

GDUnixSocket framework is an Objective-C object-oriented wrapper around unix sockets which allows you to abstract away from file descriptors and system calls. You can also use it for communication between any entities within one process.

Tags