From 533ddc134ec511e90466eceb97e54bf8e78d4c5e Mon Sep 17 00:00:00 2001 From: Karolina Rymer Date: Fri, 20 Oct 2023 15:34:33 +0200 Subject: [PATCH] Update README.md (#140) * Update README.md * . * . * . --------- Co-authored-by: Karolina Rymer --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb62f21..2a6ef87 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,18 @@ Chat SDK offers a set of handy methods to create your own feature-rich chat or add a chat to your existing application. -## Supported frameworks +## Supported platforms -Chat SDK is written in TypeScript and relies on the existing [JavaScript SDK](https://www.pubnub.com/docs/sdks/javascript). It's framework-agnostic and lets you build a chat app using any JavaScript-based framework, like: +Chat SDK is written in TypeScript and relies on the existing [JavaScript SDK](https://www.pubnub.com/docs/sdks/javascript). + +It's framework-agnostic and lets you build client-side or server-side chat apps using any JavaScript-based framework, like: - React - React Native - Vue - Angular +- Nest +- Express ## Features