Browse Source

spec: link to abci server implementations (#100)

pull/7804/head
Alexander Simmerl 4 years ago
committed by GitHub
parent
commit
30ef12d0bb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      spec/abci/client-server.md

+ 1
- 1
spec/abci/client-server.md 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


Loading…
Cancel
Save