I need to try to implement flexible games on port 80 for the server.
I like to ask, did someone already do this before, or can I manage multiplayer flash / flex games with a long poll / comet server?
Of course it is possible. I would suggest using a URLStream (which provides access to low-level access to load data from a URL) to receive data on the client, since most other methods either do not give you downloaded data continuously (various loaders), or have problems with proxies (sockets) . Please note that URLStream gives you binary data. Use the ProgressEvent.PROGRESS event to continuously retrieve data.
Source: https://habr.com/ru/post/1704809/More articles:How to determine if a mouse moves clockwise or counterclockwise? - rotationGetting real row indices for selected rows in JTable if columns are listed in alphabetical order - jtableIs there an elegant job to concatenate? - javaGet Domain URL - c #Directory checksum using python? - pythonDiscussion of the 'didReceiveData' method for an HTTP connection - httpComparing BMP files? - comparisonHow to hide hourglass icon in C # (.NET Compact Framework) - c #.NET Scripting - scriptingVisual Studio & SubVersion: About Machine Files - overrideAll Articles