From 415b680c887221829b31993eebc6819c44d81a82 Mon Sep 17 00:00:00 2001 From: jell-o-fishi Date: Sun, 8 Oct 2023 08:13:10 +0300 Subject: [PATCH] initial draft integrations page --- content-docs/about/integrations.md | 18 ++++++++++++++++++ sidebars.js | 3 ++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 content-docs/about/integrations.md diff --git a/content-docs/about/integrations.md b/content-docs/about/integrations.md new file mode 100644 index 00000000..163ae20c --- /dev/null +++ b/content-docs/about/integrations.md @@ -0,0 +1,18 @@ +--- +slug: /about/integrations +title: Integrations +sidebar_label: Integrations +--- + +## Integrations with 3rd parties + +RSocket implementation are integrated with various 3rd party frameworks and libraries + +### Java + - Spring: + - GraphQL + +### Javascript + +### Python + - ReactiveX: via [reactivex](https://pypi.org/project/reactivex/) and [Rx](https://pypi.org/project/Rx/) python packages diff --git a/sidebars.js b/sidebars.js index 33972631..bb66dd7c 100644 --- a/sidebars.js +++ b/sidebars.js @@ -2,7 +2,8 @@ const aboutItems = [ "about/faq", "about/motivations", "about/protocol", - "about/implementations" + "about/implementations", + "about/integrations" ]; const guideItems = [