Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keithduncan/corenetworking
Simple set up for building Objective-C network clients and servers, includes a simple HTTP server out of the box.
https://github.com/keithduncan/corenetworking
client network-protocols networking objective-c server
Last synced: 9 days ago
JSON representation
Simple set up for building Objective-C network clients and servers, includes a simple HTTP server out of the box.
- Host: GitHub
- URL: https://github.com/keithduncan/corenetworking
- Owner: keithduncan
- License: bsd-3-clause
- Created: 2012-01-12T21:34:33.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T11:58:01.000Z (over 5 years ago)
- Last Synced: 2024-10-13T23:27:04.798Z (24 days ago)
- Topics: client, network-protocols, networking, objective-c, server
- Language: Objective-C
- Homepage:
- Size: 1.21 MB
- Stars: 19
- Watchers: 5
- Forks: 5
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoreNetworking
Simplifies the setting up of a network server or client in Objective-C.
# Example Servers
- Hello, World! HTTP Server
- FTP + HTTP Server
- DNS Server