Tuesday, July 28, 2009

erlang-http

I have put another project of mine on github. erlang-http is an Erlang/OTP application which includes a modular RFC 2616 compliant HTTP/1.1 server and client. It has a modular architecture with API similar to that of inets. One of the modules of erlang-http is http_mod_amf which handles Flex Remoting requests.

1 comments:

tgrk said...

Thank you for sharing erlang-http code. I used yaws a lot, but recently I played with Flex and AMF and was a bit stuck with it. I played with your erlang-http/amf for Flex remoting and it works just sweet. I have one question regarding to performance and stability. Is it ready for a production? I run just simple test now, but without any problem.

Kind Regards