From 5053b2d56612a2ab2005446dfa00fe8f41d73925 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 29 Aug 2023 10:10:26 +0200 Subject: [PATCH] docs/index.md: Update text a bit. --- docs/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 46585e8..83b4dce 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,5 +7,8 @@ It handles all the technical stuff for you: * Decoding of antelope's binary format. * Websocket connection (with reconnection) * Decoding of action data according to contract ABI + * Message routing, Only get the data you actually care about. -And then sends the data over redis in plain json (or other popular formats if you want!) \ No newline at end of file +Thalos utilizes [Redis](https://redis.io) as its messaging platform. This empowers developers with a streamlined and swift approach to receiving messages in real-time. + +Se the [examples](/docs/api/examples) page to see how easy this can be done!