I am trying to write an iPhone application that uses a Python server. The iPhone application will send an HTTP request to the server, which should then respond by sending back a file that is on the server. What is the best way to do this? Thanks.
Share
You can use a basic web framework for coding up the page(s) that will return the content. You could use Flask for example, which is lightweight and you can write the Python code that it needs to do.