spec: link to abci server implementations (#100)

This commit is contained in:
Alexander Simmerl
2020-06-15 10:42:48 +02:00
committed by GitHub
parent 199124048e
commit 30ef12d0bb

View File

@@ -25,7 +25,7 @@ responses.
To use ABCI in your programming language of choice, there must be a ABCI
server in that language. Tendermint supports three implementations of the ABCI, written in Go:
- In-process (Golang only)
- In-process ([Golang](https://github.com/tendermint/tendermint/tree/master/abci), [Rust](https://github.com/tendermint/rust-abci))
- ABCI-socket
- GRPC