From b516f7cc7bc3f68bdc1dd7447fccf5ded9bbbf09 Mon Sep 17 00:00:00 2001 From: Karolina Rymer Date: Tue, 17 Oct 2023 14:51:00 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb62f21..13f23c3 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,17 @@ 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 a client- or server-side chat app using any JavaScript-based framework, like: - React - React Native - Vue - Angular +- Nest or Express ## Features