robbiehanson / CocoaHTTPServer

A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications
Other
5.59k stars 1.31k forks source link

possible to run SecureHTTPServer without GUI? as a daemon? stand alone CLI program? #140

Open ashrafulkarim opened 9 years ago

ashrafulkarim commented 9 years ago

Its a very good project. But is possible to run the SecureHTTPServer without GUI? as a daemon? stand alone CLI program? So that the program will wait for incoming connection and respond. Just start from the main.m function? Any insight how can I do this?