{"id":21666160,"url":"https://github.com/rcarcasses/as3-jetclient","last_synced_at":"2026-01-04T08:03:35.869Z","repository":{"id":93435714,"uuid":"11372328","full_name":"rcarcasses/as3-jetclient","owner":"rcarcasses","description":"A flexible actionscript 3 framework to handler socket connections","archived":false,"fork":false,"pushed_at":"2013-07-12T16:35:17.000Z","size":107,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T08:10:29.671Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rcarcasses.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-12T15:50:41.000Z","updated_at":"2021-01-29T22:52:59.000Z","dependencies_parsed_at":"2023-03-01T04:45:43.188Z","dependency_job_id":null,"html_url":"https://github.com/rcarcasses/as3-jetclient","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcarcasses%2Fas3-jetclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcarcasses%2Fas3-jetclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcarcasses%2Fas3-jetclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcarcasses%2Fas3-jetclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcarcasses","download_url":"https://codeload.github.com/rcarcasses/as3-jetclient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244564176,"owners_count":20473008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T11:19:54.030Z","updated_at":"2026-01-04T08:03:30.819Z","avatar_url":"https://github.com/rcarcasses.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"as3-jetclient\n=============\n\nA flexible actionscript 3 framework to handle socket connections\n\nScope\n=====\n\nAlthought this light framework was build having in mind Nadron java server it can be used with a wider purpose. It is possible to configure the protocol to use while communicating with the server. Currently AMF3 protocol is implemented, the unit of information should be of the form:\n\n1-Two bytes indicating the length of the payload.\n2-The payload encoded in AMF3 format.\n\nThe pipeline guarantees the same encoding/decoding while sending or receiving data from the server.\n\nThe LengthFieldBasedFrameDecoder is smart while decoding a bunch of TCP packets with the unit packet spread on them, as well as decoding a single TCP packet with several unit of information (game defined packet). You can check in the test folder.\n\nCustom protocol\n===============\n\nIt is very easy to implement a new protocol by adding the right codecs to the pipeline. A nice approach could be binary JSON (BSON) instead of AMF3, but AMF3 will be good enough for flash applications I guess. Also one could add easily a compression step in the pipeline, but have to take care of the same procedure at the server side.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcarcasses%2Fas3-jetclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcarcasses%2Fas3-jetclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcarcasses%2Fas3-jetclient/lists"}