Skip to content

imurtaza97/sunrise-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔌 Sunrise Socket Server

📌 Overview

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.


🚀 Features

  • Real-time communication using sockets
  • Instant notification on new contact form submission
  • Lightweight and fast server

🔗 Connected Project

Frontend & Admin Dashboard: 👉 https://github.com/YOUR_USERNAME/sunrise-aluminium


🛠️ Tech Stack

  • Node.js
  • Socket.IO

⚙️ Installation & Setup

git clone https://github.com/YOUR_USERNAME/sunrise-socket.git
cd sunrise-socket
npm install
npm start

🔄 How It Works

  1. User submits contact form on website
  2. Backend API processes request
  3. Socket server emits event
  4. Admin dashboard receives live notification

🎯 Purpose

Built as part of a real client project to ensure:

  • Faster response to leads
  • Better admin experience
  • Real-time system integration

⭐ Status

✅ Used in production 🔄 Open for improvements


About

Socket server enabling real-time notifications for admin dashboard when new contact inquiries are submitted.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors