This is a simple chat application that allows users to communicate with each other in real-time.
Real-time messaging Simple and user-friendly interface Ability to start and hide the chat form
- Visit the website chatapp-worldle.netlify.app.
- Click on the "Start Chat" button to open the chat form.
- Type your message in the input field.
- Press the "Send" button to send your message.
- Other users' messages will be displayed in the message container.
HTML, CSS, JavaScript, with React.js Library, Socket.io for real-time communication, Netlify for frontend deployment, Render for backend server deployment
If any case website is not working in deployed link then use below command for local system run.
- clone the repo
- npm install
npm run dev
node server.cjs
This chat application was developed by Himanshu Singh.