B
biggidroid
Guest
Simple Real-time Chat Application Using JavaScript
Have you ever wondered how Facebook messaging works?
If yes, you are in the right post
In this video, you will be creating a real-time chat application complete with usernames and connect/disconnect messages.
You will use Socket.io to manage real-time web socket connections to a Node.js server that will allow you to communicate real-time chat messages to all clients connected to a single server.
Are you scared? It's all simple. Absolutely.
Happy Coding
Requirement:
1. Node.js
2. Socket.io (module)
3. Nodemon (module)
4. Express (module) This video covers how the project will work at the end of the class
Have you ever wondered how Facebook messaging works?
If yes, you are in the right post
In this video, you will be creating a real-time chat application complete with usernames and connect/disconnect messages.
You will use Socket.io to manage real-time web socket connections to a Node.js server that will allow you to communicate real-time chat messages to all clients connected to a single server.
Are you scared? It's all simple. Absolutely.
Happy Coding
Requirement:
1. Node.js
2. Socket.io (module)
3. Nodemon (module)
4. Express (module) This video covers how the project will work at the end of the class