-
Notifications
You must be signed in to change notification settings - Fork 1.3k
ThirdPartyCode
Nathan Vander Wilt edited this page Apr 25, 2014
·
3 revisions
There are 2 libraries used by CocoaHTTPServer.
-
All networking code relies on GCDAsyncSocket. This is part of the CocoaAsyncSocket Project. This project is under public domain.
-
The logging framework used is CocoaLumberjack, which is fast and flexible, and also written using GCD. This project is also under a BSD license.
Special Thanks
This code was originally influenced by Apple's CocoaHTTPServer sample code. Since then, countless developers have offered bug fixes, enhancements, suggestions, and encouragement. This project is truly the result of the open source community.