Skip to content

TynzX/-Realtime-Device-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime Device Tracker

Overview

Realtime Device Tracker is a Node.js application designed to track and monitor devices in real time. It utilizes Express.js for server-side logic and Socket.io for real-time communication. This application uses EJS for rendering dynamic web pages.

Features

  • Real-time Device Tracking: Track devices in real time using Socket.io.
  • Dynamic Web Pages: Render pages dynamically using EJS templates.
  • RESTful API: Basic server setup using Express.js.

Installation

To get started with this project, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/your-username/realtime-device-tracker.git
    cd realtime-device-tracker
  2. Install Dependencies:

    Make sure you have Node.js installed. Then run:

    npm install

Usage

  1. Start the Server:

    Run the following command to start the server:

    npm start

    By default, the server will run on port 3000. You can access it at http://localhost:3000.

  2. Testing:

    No tests are specified. You can add your own tests to ensure the functionality of the application.

Dependencies

  • EJS: A templating engine for rendering HTML views.
  • Express: A web application framework for Node.js.
  • Socket.io: A library for real-time web applications.

Contributing

If you want to contribute to this project, please fork the repository and create a pull request with your proposed changes.

License

This project is licensed under the ISC License. See the LICENSE file for details.

Author

Naveen Kumar


Feel free to customize it according to your project's specifics and any additional details you want to include!

About

A basic Backend to capture realtime location of device on a intervel of 5 sec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors