This is a real-time socket server used in the Sunrise Aluminium Website project.
It enables instant notifications for new customer inquiries in the admin panel.
- Real-time communication using sockets
- Instant notification on new contact form submission
- Lightweight and fast server
Frontend & Admin Dashboard: 👉 https://github.com/YOUR_USERNAME/sunrise-aluminium
- Node.js
- Socket.IO
git clone https://github.com/YOUR_USERNAME/sunrise-socket.git
cd sunrise-socket
npm install
npm start- User submits contact form on website
- Backend API processes request
- Socket server emits event
- Admin dashboard receives live notification
Built as part of a real client project to ensure:
- Faster response to leads
- Better admin experience
- Real-time system integration
✅ Used in production 🔄 Open for improvements