iOS Question Run a webserver on ios App

ilan

Expert
Licensed User
Longtime User
hi

i am looking for a way to run a webserver on an ios device and call it from a web browser. similar to the jServer library for b4j.

i am not able to find something in the forum to archive that. what i did find is this:

OR
https://github.com/swisspol/GCDWebServer

it seems like a simple framework that could be very useful for us. from what i have read it looks exactly for what i need.
run a server on the ios device -> perform a request from a browser (locally) -> get a response back (html site)

how difficult would it be to wrap it for b4i?

thanx
 
Last edited:

aeric

Expert
Licensed User
Longtime User
I think you are looking for this:
 
Upvote 0
Top