Skip to content

Commit 6e663ff

Browse files
authored
Update build-a-chat-app-with-socket-io.mdx
1 parent a9dc3ab commit 6e663ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

projects/build-a-chat-app-with-socket-io/build-a-chat-app-with-socket-io.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ bannerImage: https://raw.githubusercontent.com/codedex-io/projects/main/projects
1010
readTime: 60
1111
prerequisites: JavaScript, Node.js, async/await, Promises, ExpressJS
1212
versions: Node.js v10+
13+
courses:
14+
- javascript
15+
- intermediate-javascript
16+
- nodejs
1317
tags:
1418
- intermediate
1519
- javascript
@@ -479,7 +483,7 @@ Once we fully understand how the core chatting function works, we can build more
479483
- Adding support for creating multiple chats. Currently, our chat application only supports a single chat window.
480484
- Adding authentication support so that any random stranger can't join a chat without identifying who they are first.
481485

482-
Once you've finished this project, feel free to post the images of the functional chat app on Twitter and tag [@codedex_io](https://twitter.com/codedex_io) and [@coder*kun*](https://twitter.com/coder_kun_).
486+
Once you've finished this project, feel free to post the images of the functional chat app on Twitter and tag [@codedex_io](https://twitter.com/codedex_io) and [@coder_kun_](https://twitter.com/coder_kun_).
483487

484488
### More Resources
485489

0 commit comments

Comments
 (0)