Welcome to Stal Talk, our real-time chat application! Here's a peek into what makes our chat experience special:
- Live Conversations: Enjoy seamless real-time messaging powered by Socket.IO, ensuring instant communication.
- Track Online Friends: See who's online in each chat room in real-time, fostering lively interactions.
- Stay Informed: Get notified when users join or leave chat rooms, keeping conversations dynamic.
- Connect Across Devices: Our CORS integration ensures smooth communication across different platforms.
- Frontend: Dive into the client-side magic in the
Frontend
folder, built with React. - Backend: Peek into the server-side wizardry in the
server
Backend, crafted with Socket.io and Express.js.
- React JS (Vite)
- Express JS
- Socket IO
- Tailwind CSS
- Cors
- Nodemon
- React-scroll-to-bottom
- Step into the
Backend
folder:cd Backend
- Power up with dependencies:
npm install
- Start the client magic:
npm start
- Navigate to the
Frontend
realm:cd Frontend
- Fortify with essentials:
npm install
- Launch the server enchantment:
npm run dev
Check out our Chat App Demo to see Stal Talk in action!
Contributions and feedback are always welcome! Feel free to open an issue or pull request to make Stal Talk even better.