CocoaHTTPServer
CocoaHTTPServer copied to clipboard
CocoaHTTPServer abandoned?
I'm just curious as to the status of this project. It hasn't been updated in 7+ months, there's tons of compiler warnings concerning depreciated functions, and a large queue of Github issues (most without any responses). I realize this is volunteer project, so I just want to know if it's advisable to find another solution for now. If the maintainer is busy with other projects, it might be a good idea to put a [Depreciated] tag next to the title in the README.
+1
+1
+one
+1
+1
@robbiehanson Should we find a volunteer maintainer willing to help clear out some of those pull requests? There's a lot of solid code in here.
Yup, that would help a lot. I’ve been pretty heads down working on YapDatabase recently.
You volunteering? :D
-Robbie Hanson
On May 15, 2014 at 3:18:45 PM, Chris Ballinger ([email protected]) wrote:
@robbiehanson Should we find a volunteer maintainer willing to help clear out some of those pull requests? There's a lot of solid code in here.
— Reply to this email directly or view it on GitHub.
HI,
Is there anyone who is working on this and can help ensure this is fully compatible with iOS 8.1.1?
As a former contributor to CocoaHTTPServer myself, I have seen the project not being maintained for quite some time. Things happen, it was good while it lasted :)
That got me starting https://github.com/swisspol/GCDWebServer more than 2 years ago, which has a very modern codebase with lots of features and is quite popular now (and maintained!). You should have a look!
@swisspol I ended up using GCDWebServer instead of CocoaHTTPServer for IOCipher because it was a lot easier when working with virtual files.