All Projects → hprose → hprose-as3

hprose / hprose-as3

Licence: MIT license
Hprose for ActionScript 3.0

Programming Languages

actionscript
884 projects
AngelScript
46 projects

Projects that are alternatives of or similar to hprose-as3

Hprose Php
Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP
Stars: ✭ 1,952 (+10744.44%)
Mutual labels:  serialization, serializer, rpc, hprose, rpc-client, rpc-framework, rpc-library, serialize, cross-language
Hprose Js
Hprose is a cross-language RPC. This project is Hprose 2.0 RPC for JavaScript
Stars: ✭ 133 (+638.89%)
Mutual labels:  serialization, serializer, rpc, rpc-client, rpc-framework, serialize
Hprose Java
Hprose is a cross-language RPC. This project is Hprose 2.0 for Java
Stars: ✭ 542 (+2911.11%)
Mutual labels:  serialization, serializer, rpc, rpc-client, rpc-framework, serialize
Hprose Golang
Hprose is a cross-language RPC. This project is Hprose for Golang.
Stars: ✭ 1,143 (+6250%)
Mutual labels:  serialization, serializer, rpc, rpc-client, rpc-framework, serialize
Hprose Delphi
Hprose is a cross-language RPC. This project is Hprose 2.0 for Delphi and FreePascal
Stars: ✭ 100 (+455.56%)
Mutual labels:  serialization, serializer, rpc, rpc-client, rpc-framework
Hprose Nodejs
Hprose is a cross-language RPC. This project is Hprose 2.0 for Node.js
Stars: ✭ 297 (+1550%)
Mutual labels:  serialization, rpc, rpc-client, rpc-framework, serialize
Armeria
Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard.
Stars: ✭ 3,392 (+18744.44%)
Mutual labels:  rpc, rpc-client, rpc-framework, rpc-library
ikeapack
Compact data serializer/packer written in Go, intended to produce a cross-language usable format.
Stars: ✭ 18 (+0%)
Mutual labels:  serialization, serializer, serialize, cross-language
hrpc
Common interface definition based rpc implementation
Stars: ✭ 21 (+16.67%)
Mutual labels:  rpc, rpc-client, rpc-framework, rpc-library
Hprose Html5
Hprose is a cross-language RPC. This project is Hprose 2.0 Client for HTML5
Stars: ✭ 237 (+1216.67%)
Mutual labels:  serialization, rpc, rpc-client, serialize
rony
Fast and Scalable RPC Framework
Stars: ✭ 41 (+127.78%)
Mutual labels:  rpc, rpc-client, rpc-framework
Rpc Websockets
JSON-RPC 2.0 implementation over WebSockets for Node.js and JavaScript/TypeScript
Stars: ✭ 344 (+1811.11%)
Mutual labels:  rpc, rpc-client, rpc-framework
nodejs grpc
GRPC based API CRUD using Nodejs at both server and client side
Stars: ✭ 17 (-5.56%)
Mutual labels:  rpc, rpc-client, rpc-framework
Rpcx Java
rpcx implementation in Java for server side and client side
Stars: ✭ 71 (+294.44%)
Mutual labels:  rpc, rpc-client, rpc-framework
Hprose
HPROSE is short for High Performance Remote Object Service Engine. It's a serialize and RPC library, the serialize library of hprose is faster, smaller and more powerful than msgpack, the RPC library is faster, easier and more powerful than thrift.
Stars: ✭ 348 (+1833.33%)
Mutual labels:  serialization, rpc, serialize
Lora Serialization
LoraWAN serialization/deserialization library for The Things Network
Stars: ✭ 120 (+566.67%)
Mutual labels:  serialization, serializer, serialize
hprose-yii
Hprose Server for Yii
Stars: ✭ 35 (+94.44%)
Mutual labels:  hprose, rpc-framework, cross-language
jigsaw-rpc
jigsaw-rpc is an RPC framework written in TypeScript under Node.js
Stars: ✭ 14 (-22.22%)
Mutual labels:  rpc, rpc-framework
EndianBinaryIO
A C# library that can read and write primitives, enums, arrays, and strings to streams and byte arrays with specified endianness, string encoding, and boolean sizes.
Stars: ✭ 20 (+11.11%)
Mutual labels:  serialization, serializer
Apex.Serialization
High performance contract-less binary serializer for .NET
Stars: ✭ 82 (+355.56%)
Mutual labels:  serialization, serializer

Hprose for ActionScript 3.0

Join the chat at https://gitter.im/hprose/hprose-as3



Introduction

Hprose is a High Performance Remote Object Service Engine.

It 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.

Hprose supports many programming languages, for example:

  • AAuto Quicker
  • ActionScript
  • ASP
  • C++
  • Dart
  • Delphi/Free Pascal
  • dotNET(C#, Visual Basic...)
  • Golang
  • Java
  • JavaScript
  • Node.js
  • Objective-C
  • Perl
  • PHP
  • Python
  • Ruby
  • ...

Through Hprose, You can conveniently and efficiently intercommunicate between those programming languages.

This project is the implementation of Hprose for ActionScript 3.0.

Usage

You don't need use the ActionScript source files. You only need install the hprose_as3.swc.

If 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.

Then you can use it like this:

import hprose.client.HproseHttpClient;
var client:HproseHttpClient = new HproseHttpClient('http://www.hprose.com/example/');
client.hello('World', function(result) { trace(result); });
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].