Skip to main content
Participating Frequently
July 17, 2013
Question

build a web server in Air 3.8 on Android /iOS

  • July 17, 2013
  • 2 replies
  • 1980 views

is it possible to build a simple local "web server" to handle http response (GET or Post) on Android and iOS using server socket in AIR 3.8?

Suppose html/javascript page running in stageWebview, post a request and receive a response from this local AS3 "web server" ......

thanks in advance!!!!

Jackie

This topic has been closed for replies.

2 replies

chiangwenAuthor
Participating Frequently
July 17, 2013

Is there any body tell me how to do ?  thanks a lot !!

jackie

Adobe Employee
July 17, 2013

Googling for "Webserver in AS3" points me to this - http://coenraets.org/blog/2009/12/air-2-0-web-server-using-the-new-server-socket-api/

Hope this helps.

Adobe Employee
July 17, 2013

Yes, with the server socket support in AIR 3.8 beta, it should be possible.