{"id":13744904,"url":"https://github.com/hprose/hprose-as3","last_synced_at":"2026-03-04T19:02:07.634Z","repository":{"id":14812261,"uuid":"17534674","full_name":"hprose/hprose-as3","owner":"hprose","description":"Hprose for ActionScript 3.0","archived":false,"fork":false,"pushed_at":"2018-11-25T02:51:23.000Z","size":464,"stargazers_count":18,"open_issues_count":0,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-11T00:26:28.369Z","etag":null,"topics":["actionscript","cross-language","cross-platform","hprose","rpc","rpc-client","rpc-framework","rpc-library","serialization","serialize","serializer"],"latest_commit_sha":null,"homepage":null,"language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hprose.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-08T03:55:35.000Z","updated_at":"2020-01-16T02:04:23.000Z","dependencies_parsed_at":"2022-08-03T00:31:21.324Z","dependency_job_id":null,"html_url":"https://github.com/hprose/hprose-as3","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hprose%2Fhprose-as3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hprose%2Fhprose-as3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hprose%2Fhprose-as3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hprose%2Fhprose-as3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hprose","download_url":"https://codeload.github.com/hprose/hprose-as3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241100143,"owners_count":19909646,"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":["actionscript","cross-language","cross-platform","hprose","rpc","rpc-client","rpc-framework","rpc-library","serialization","serialize","serializer"],"created_at":"2024-08-03T05:01:18.211Z","updated_at":"2026-03-04T19:02:07.603Z","avatar_url":"https://github.com/hprose.png","language":"ActionScript","funding_links":[],"categories":["Unsorted"],"sub_categories":["Other API"],"readme":"# Hprose for ActionScript 3.0\n\n[![Join the chat at https://gitter.im/hprose/hprose-as3](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/hprose/hprose-as3?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n\u003e---\n- **[Introduction](#introduction)**\n- **[Usage](#usage)**\n\n\u003e---\n\n## Introduction\n\n*Hprose* is a High Performance Remote Object Service Engine.\n\nIt is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.\n\n*Hprose* supports many programming languages, for example:\n\n* AAuto Quicker\n* ActionScript\n* ASP\n* C++\n* Dart\n* Delphi/Free Pascal\n* dotNET(C#, Visual Basic...)\n* Golang\n* Java\n* JavaScript\n* Node.js\n* Objective-C\n* Perl\n* PHP\n* Python\n* Ruby\n* ...\n\nThrough *Hprose*, You can conveniently and efficiently intercommunicate between those programming languages.\n\nThis project is the implementation of Hprose for ActionScript 3.0.\n\n## Usage\n\nYou don't need use the ActionScript source files. You only need install the `hprose_as3.swc`.\n\nIf you use Flash CS3 or earlier version, you can use `hprose_as3.mxi` to install `hprose_as3.swc`. If you use Flash CS4 or later version, you can use `hprose_as3_cs4.mxi` to install `hprose_as3.swc`.\n\nThen you can use it like this:\n\n```ActionScript\nimport hprose.client.HproseHttpClient;\nvar client:HproseHttpClient = new HproseHttpClient('http://www.hprose.com/example/');\nclient.hello('World', function(result) { trace(result); });\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhprose%2Fhprose-as3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhprose%2Fhprose-as3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhprose%2Fhprose-as3/lists"}