issues
search
keithduncan
/
CoreNetworking
Simple set up for building Objective-C network clients and servers, includes a simple HTTP server out of the box.
BSD 3-Clause "New" or "Revised" License
19
stars
5
forks
source link
client
network-protocols
networking
objective-c
server
readme
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