From 47141307d2d24d1217df021096017d8ec816f4ff Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sat, 11 Feb 2023 04:50:19 +0200 Subject: [PATCH] readme update --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f99ae34..1edd7d0 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,24 @@ The only hosting environment tested for this service is Docker, but considering * SQL Server * Swagger * Docker -* Seq \ No newline at end of file +* Seq + +## Integrations + +### Javascript +Tuitio can be integrated with any system written in javascript through the npm package [tuitio-client](https://lab.code-rove.com/gitea/bricks/tuitio-client#readme). + +**Source code:** https://lab.code-rove.com/gitea/bricks/tuitio-client +**Registry:** https://lab.code-rove.com/public-node-registry/-/web/detail/@flare/tuitio-client + +### React +Tuitio can be integrated with an application written in React both through the above package and through: react-tuitio-client. + +React tuitio client uses [tuitio-client](https://lab.code-rove.com/gitea/bricks/tuitio-client#readme) internally and adds state management through a react context and various react hooks through which the user has access to data and actions. + +**Source code:** +**Registry:** In development + +### C# + +In development \ No newline at end of file