CoreNetworking
CoreNetworking copied to clipboard
Simple set up for building Objective-C network clients and servers, includes a simple HTTP server out of the box.
CoreNetworking
Simplifies the setting up of a network server or client in Objective-C.
Example Servers
- Hello, World! HTTP Server https://github.com/keithduncan/http_server
- FTP + HTTP Server https://github.com/keithduncan/ftp_server
- DNS Server https://github.com/keithduncan/dns_server