Chitchat is a chat application where users can send messages in real-time with each other through private rooms.
Front-end:
- HTML, CSS, React
Back-end:
- Javascript (NodeJS, Express)
- Socket.io
I used the concurrently package to run both front-end and back-end at the same time in development.
The application's back-end is deployed on Heroku, while the front-end is deployed with Netlify.
Enter both Username, and Room ID of your choice.
Click Join Room and your screen should look like this:
JavaScript Mastery: "Build and Deploy a Realtime Chat Application"
User Interface: Brad Traversy