From f98fa12f05511b98b876a39b29cd803bdd1a8724 Mon Sep 17 00:00:00 2001 From: Albert Schimpf Date: Wed, 13 Nov 2019 17:59:17 +0100 Subject: [PATCH] Added REST client and web shell application --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index be07bbe49..26ad9ffc9 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,12 @@ Topics: * [JavaScript Client Repository](https://github.com/AntidoteDB/antidote_ts_client) * [Go Client Repository](https://github.com/AntidoteDB/antidote-go-client) * [Python Client Repository](https://github.com/AntidoteDB/antidote-python-client) + * [REST Client Repository](https://github.com/LightKone/antidote-rest-server) Applications that use AntidoteDB: * [Calender App](https://github.com/AntidoteDB/calender-app) +* [Antidote Web Shell](https://github.com/AntidoteDB/antidote-web-shell) Contributing & Development