add Erlang implementation to readme [ci skip] [circleci skip]

This commit is contained in:
Anton Kaliaev
2017-04-15 11:00:47 +04:00
parent 31eafe8f8e
commit f285114579
+4 -3
View File
@@ -14,9 +14,10 @@ and the more detailed [application developer's guide](https://tendermint.com/doc
Previously, the ABCI was referred to as TMSP. Previously, the ABCI was referred to as TMSP.
Other implementations: Other implementations:
* [cpp-tmsp](https://github.com/mdyring/cpp-tmsp) by Martin Dyring-Andersen * C++ [cpp-tmsp](https://github.com/mdyring/cpp-tmsp) by Martin Dyring-Andersen
* [js-abci](https://github.com/tendermint/js-abci) * JavaScript [js-abci](https://github.com/tendermint/js-abci)
* [jABCI](https://github.com/jTendermint/jabci) for Java * Java [jABCI](https://github.com/jTendermint/jabci)
* Erlang [abci_server](https://github.com/KrzysiekJ/abci_server) by Krzysztof Jurewicz
# Specification # Specification