AMP Implementations

Python (Twisted)

Where AMP was invented. Also used as a reference for other implementations.

C library - libamp

Eric Mangold and Peter Le Bek have written a featureful C library implementation of AMP, which is also usable from C++ or other languages that can link to C-ABI libraries.

C#

Eric Mangold has written a C# AMP client/server library.

Java

7-Eleven Stores has sponsored a Java implementation available on github:

PHP client

Stephen Thorne has produced a PHP client here:

Javascript (node.js)

Ying Li has written a Javascript lib here:

ActionScript 3

Ben Doran has written an ActionScript 3 client/server lib here:

Erlang

Peter Lemenkov has written an Erlang implementation available here:

Dave Peticolas has written an Erlang implementation available here:

Clojure

Tristan Seligmann has written a Clojure implementation available here:

Python (stdlib-only)

Eric Mangold has written a simple pure-Python AMP client/server library using only standard-library features.