readme update

master
Tudor Stanciu 2023-02-11 04:50:19 +02:00
parent 6939cd39dc
commit 47141307d2
1 changed files with 21 additions and 1 deletions

View File

@ -38,3 +38,23 @@ The only hosting environment tested for this service is Docker, but considering
* Swagger
* Docker
* 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