Chad Remesch bio photo

Chad Remesch

Entrepreneur and software engineer

Email LinkedIn Instagram Github

Recently, I created AMF Socket.

AMF Socket is a bi-directional remote procedure call (RPC) system for Adobe Actionscript programs. This library aims to make high quality and free RPC accessible to all of the Flash platforms (web, mobile, and desktop). Using this library you can easily add event driven network functionality to your Flash applications without having to deal with the low level details. High performance and low latency is accomplished through the use of persistent TCP/IP sockets and Flash's native serialization format (AMF). Due to the use of AMF, you can send primitives, hashes, arrays, and even your custom classes over the network.  AMF Socket tries to be the "easy button" for Flash networking by hiding as many details as possible.

I've also created a Ruby implementation for the server side.  Implementations for other languages should be fairly staright forward and I welcome them.  Feel free to contact me if you are interested in creating one.