add tm-abci python ABCI server (fork of py-abci) (#2658)

It utilises async IO -> greater performance.
This commit is contained in:
Anton Kaliaev 2018-10-18 20:03:45 +04:00 committed by GitHub
parent 14c1baeb24
commit 055d7adffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -163,6 +163,12 @@
"language": "Python", "language": "Python",
"author": "Dave Bryson" "author": "Dave Bryson"
}, },
{
"name": "tm-abci",
"url": "https://github.com/SoftblocksCo/tm-abci",
"language": "Python",
"author": "Softblocks"
},
{ {
"name": "Spearmint", "name": "Spearmint",
"url": "https://github.com/dennismckinnon/spearmint", "url": "https://github.com/dennismckinnon/spearmint",