So, I see that there are several Rails plugins for serving AMF . However, is there a library that I can use in a Ruby environment to work as an AMF client: read AMF data and deserialize it into a Ruby object?
If not, how can I best use tools created in other languages ? I suppose I could write something in Python or Java or something else and call it from Ruby directly through backticks ... but first I would like to make sure that there really is no better option.
Thank!
source
share