You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nodejs/basic-example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This is an example project for TalkJS's tutorial on [how to build a Node.js chat
4
4
5
5
This example demonstrates how to integrate TalkJS with an application that has a Node.js backend. There are two projects inside the repo:
6
6
7
-
- The `talkjs-backend` project contains the Node.js backend, which uses serves a REST endpoint with user data.
7
+
- The `talkjs-backend` project contains the Node.js backend, which serves a REST endpoint with user data.
8
8
- The `talkjs-frontend` project contains the frontend code, which uses TalkJS's [JavaScript SDK](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/) to create chats between users.
0 commit comments