0

i want to conference about GCD Webserver to my classmates, but i dont know how to configure and use it, and i dont have mac laptop to test, so i need a good tutorial clip about this, searching a lot but could not find anything , every thing is just about GCD not GCDWebserver

faezeh
  • 1
  • 2

1 Answers1

1

GCDWebServer is intended to be used by developers who already know about Objective-C and the Mac / iOS environment. The official README is the best place to start from. Then open the Xcode project and just look at the code for the apps.

There is no video tutorial or blog tutorial that I know of.

Pol
  • 3,848
  • 1
  • 38
  • 55
  • re Objective-C, as of late 2017, GCDWebServer is very Swift compatible. I don't think one needs to know Objective-C to use it at this point if one knows Swift. – Tony Adams Aug 31 '17 at 22:12