From d471b06bd8ddb12f7275d49422b9b376dbdd84ad Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Fri, 15 Apr 2016 15:01:05 -0700 Subject: [PATCH] Added C++ and Javascript impls --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6c35736e..26035705 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ to manage a blockchain application state, running in another. For more information on TMSP, motivations, and tutorials, please visit [our blog post](http://tendermint.com/posts/tendermint-socket-protocol/). +Other implementations: +* [cpp-tmsp](https://github.com/mdyring/cpp-tmsp) by Martin Dyring-Andersen +* [js-tmsp](https://github.com/tendermint/js-tmsp) + ## Message types TMSP requests/responses are simple Protobuf messages. Check out the [schema file](https://github.com/tendermint/tmsp/blob/master/types/types.proto).