1

I am new to network programming. I want an iOS device to work as an HTTP server and display contents of document directory and having directory operations like create, delete, putting contents on directory on server which also reflects in iOS device directory also.

I got CocoaHTTPServer reference for this task. But not getting idea to implement as my above requirement.

Can Anyone Help?

Adam Richardson
  • 2,518
  • 1
  • 27
  • 31

1 Answers1

0

Try using RoutingHTTPServer https://github.com/mattstevens/RoutingHTTPServerso that you can use your iOS device as a server and respond to RESTful requests.

Aaron Bratcher
  • 6,051
  • 2
  • 39
  • 70