AMP 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.
- See the
libamp
page on GitHub.
Erlang¶
Peter Lemenkov has written an Erlang implementation available here:
Dave Peticolas has written an Erlang implementation available here:
Python (stdlib-only)¶
Eric Mangold has written a simple pure-Python AMP client/server library using only standard-library features.
- Ampy.