1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-16 04:34:55 +02:00

docs/index.md: Update text a bit.

This commit is contained in:
Henrik Hautakoski 2023-08-29 10:10:26 +02:00
parent abcff7a8e0
commit 5053b2d566

View file

@ -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!)
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!