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:
github.com
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
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:
GitHub - robbiehanson/CocoaHTTPServer: A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications
A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications - robbiehanson/CocoaHTTPServer
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: