2013年2月16日 星期六

Httpd on a App(Android and iOS)

    We found a lot of app contain http/ftp(the ftp protocol is not discuss today) server to upload file/video/music(like GPlayer). that's let me interest how to implement it on a app. according to my survey, if you want to do it on Android. you can use NanoHttp(implement by java.net.ServerSocket). on the iOS, you can use CocoaHTTPServer(implement by sys/socket). Btw those lib is not make sure fully support HTTP spec.

picture: the screenshot of upload page of GPlayer (support drop-n-upload feature!)


Reference: 
http://stackoverflow.com/questions/6804650/ios-devices-as-web-server

沒有留言:

張貼留言