A Chat Application using Socket.io,HTML,CSS,JS,Node
Functionality
- Using node to create a localhost server and using socket.io dependency to get requests from different users and displaying them in our app
- Any number of users can login at the same time and chat with each other
Dependencies Required With Node
- express.js
- https
- socket.io
- nodemon(For automatic updation)
Getting Started
- After importing the files install node and initialize it using (npm init) in your current directory
- install all the required dependencies
- use(nodemon server.js) to run your application locally at port 3000.