A web application for real-time device tracking, built with Node.js and EJS.
Realtime-Tracker is a web-based application designed to monitor and track devices in real-time. Utilizing Node.js for the backend and EJS for templating, the application provides a dynamic and responsive interface for device management.
- Real-Time Device Monitoring: Track devices as they connect and disconnect in real-time.
- User-Friendly Interface: Intuitive EJS-based frontend for seamless interaction.
- Backend with Node.js: Robust backend handling device data and user requests.
- Backend: Node.js
- Frontend: EJS (Embedded JavaScript Templates)
- Styling: CSS
-
Clone the repository:
git clone https://github.com/borutoez/Realtime-Tracker.git cd Realtime-Tracker -
Install dependencies:
npm install
-
Start the application:
npm start
-
Open your browser and visit:
http://localhost:3000
After launching the app, you can monitor connected devices in real time from the dashboard.
This project is licensed under the MIT License.
⭐️ If you find this project useful, give it a star!