Run a webserver on an iOS device

后端 未结 2 1403
一个人的身影
一个人的身影 2020-12-29 11:13

I want to create an App that can share files between other iOS devices and potentially also Desktop computers.

So what I want to do is run a lightweight web server o

相关标签:
2条回答
  • 2020-12-29 12:02

    According to the GitHub project:

    CocoaHTTPServer is a small, lightweight, embeddable HTTP server for Mac OS X or iOS applications.

    Sometimes developers need an embedded HTTP server in their app. Perhaps it's a server application with remote monitoring. Or perhaps it's a desktop application using HTTP for the communication backend. Or perhaps it's an iOS app providing over-the-air access to documents. Whatever your reason, CocoaHTTPServer can get the job done.

    0 讨论(0)
  • 2020-12-29 12:18

    Take a look at Cocoa HTTP Server

    0 讨论(0)
提交回复
热议问题