开发者

RESTful webservice hosted on iPhone

My question is, Is there a way to host RESTful webservice on iPhone? This is possible in java based mobile.

RESTful Web Services Implementations in Mobile Devices

EDIT: I want to host an开发者_运维问答d consume RESTful web services from/within different mobile devices. I cant use socket for my project.


I normally use ASIHTTPRequest for webservice on iPhone, it supports RESTful. Give it a try, I am sure you will like it.


You'll want to check out something like this:

http://cocoawithlove.com/2009/07/simple-extensible-http-server-in-cocoa.html

Or, implement your own HTTP server on iOS (I suppose).

It's definitely possible.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜