public
Description: Flex Remoting with Erlang
Homepage:
Clone URL: git://github.com/mujaheed/erlang-flex-remoting.git
name age message
file Makefile Tue Jul 28 15:45:13 -0700 2009 First commit. [mujaheed]
file README Loading commit data...
directory dynamic/ Sun Aug 02 03:43:03 -0700 2009 The AMF object is now represented as {object, C... [mujaheed]
directory persons/ Sun Aug 02 03:43:03 -0700 2009 The AMF object is now represented as {object, C... [mujaheed]
directory stock/
README
The following examples demonstrate Flex remoting with Erlang.
The examples assume you have erlang-amf and erlang-http built and installed.
You obviously must have Erlang and Flex SDK installed and in you PATH.

# Download and install erlang-amf
git clone git://github.com/mujaheed/erlang-amf.git
cd erlang-amf
./configure
make
[sudo] make install

# Download and install erlang-http
git clone git://github.com/mujaheed/erlang-http.git
cd erlang-http
./configure
make
[sudo] make install

# Download erlang-flex-remoting
git clone git://github.com/mujaheed/erlang-flex-remoting.git
cd erlang-flex-remoting
make run
#point your browser to http://localhost:8080