Skip to content

VertexDezign/VDTerminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GGI Dashboard

This is a small website that displays data from the Farming Simulator mod in real-time.

Structure

  • server/: Node.js Express server with Socket.IO and file watcher.
  • client/: React + Vite + TypeScript + Tailwind CSS frontend.

Setup

  1. Make sure you have Node.js installed.
  2. From the dashboard directory, install dependencies:
    npm install
    cd client
    npm install
  3. Run the dashboard (both server and client):
    npm run dev

How it works

The server watches the examples/xml/combine.xml file (default) and emits the parsed JSON data over WebSockets whenever the file changes. The frontend connects to the WebSocket and updates the UI (gauges, bars, etc.) in real-time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors