Can I use Flex to write a server app?

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Can I use Flex to write a server app?

    I know Flex is mostly used as UI or front end. My scenario is to use Flex as a
    running server app to receive update from remote device and then update device
    status in Google Map. Basically I need run Flex as both UI and server.

    I have checked Flex's socket API, but it is a client socket, I need a server
    socekt. Is that available or what is workaround? Thanks!

    kkus Guest

  2. Similar Questions and Discussions

    1. Flex & AIR cannot write same files in Windows and Mac
      i have a FLEX app that is utilizing AIR. in this app i am trying to read a set of files (anywhere from 1-200+), read the data in those files, and...
    2. Can Flex write to local file?
      I am totally new to Flex. Just want to know: When my users visite my page, I ask them to type in something, and Flex need to assemble a file and...
    3. Cannot find Flex server when running app in Flex Builder1.5
      :confused; After installing Flex and FlexBuilder 1.5 and setting up the "Sites" as described in the tutorials when running a flex ap in Flex...
    4. How to read an SQL Server into a ASP page and then change, add, delete and write it back to SQL Server
      Hello All I need to read a SQL Server table into a Web Page and within the Web Page to permit my users to make changes to the records, delete or...
    5. Having an ASP.Net server write a flie to another server
      Hi all I am trying to have my ASP.Net server write a file onto another server. I continue to have security issues when attempting to do this. ...
  3. #2

    Default Re: Can I use Flex to write a server app?

    No.
    slaingod Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139