« Return to Thread: AmFast 0.3 adds support for PyAmf

AmFast 0.3 adds support for PyAmf

by limscoder :: Rate this Message:

Reply to Author | View in Thread

AmFast (http://code.google.com/p/amfast/) is Flash remoting package for Python.

AmFast version 0.3 adds PyAmf support. Use PyAmf to encode and decode messages instead of AmFast's default C-extension for a pure-Python implementation.

AmFast 0.3 Features
=================
 * Support for NetConnection and RemoteObject RPC.
 * Producer/Consumer messaging via HTTP polling.
 * Support for ChannelSets with multiple Channels to expose resources in different ways.
 * Built in Channels for CherryPy, Twisted Web, and straight-up WSGI.
 * Easily configurable authentication for NetConnection and RemoteObject.
 * PyAmfEndpoint to encode/decode messages with pure Python, with no C compiler dependencies.
 * Optional C-extensions for speedy AMF encoding/decoding.

 « Return to Thread: AmFast 0.3 adds support for PyAmf