A real-time chat and poll platform for anonymous, no-login discussions. Built with Socket.io and Express — instant, simple, and fun.
- 🧑🤝🧑 Anonymous real-time chat with dynamic Anon names (e.g., Anon1, Anon2…)
- 🗳️ Create polls with custom options
- ✅ All users can vote and see live poll results
- ⚡ Built using Socket.io for real-time bi-directional communication
- 📱 Responsive and minimal UI (TailwindCSS powered)
| Layer | Tech |
|---|---|
| Frontend | HTML, Tailwind CSS, JavaScript |
| Backend | Node.js, ExpressJS |
| Real-Time | Socket.io |
| Deployment | Render.com |
Anonchat_Demo.mp4
🎬 Watch in High Quality → YouTube
🔗 Live App → anonchat-w4dw.onrender.com
# Clone the repo
git clone https://github.com/sharadj19/anonchat.git
# Backend setup
cd anonchat/backend
npm install
npm start
# Frontend setup
cd ../frontend
npm install
npm run dev|
Sharad Chandel |
📫 Email 🔗 LinkedIn 🌐 Portfolio
🧾 This project is licensed under the GNU General Public License v3.0. See the LICENSE file for full details.
Pull requests are welcome! If you're planning major changes, please open an issue first to discuss what you want to change.
⚡ Speak freely. Vote anonymously. Built with Node, powered by Sockets.