Skip to content

Starting template for Applications wanting to connect to the Datalix API reading live KVM data using TypeScript and WebSockets

License

Notifications You must be signed in to change notification settings

Space-Banane/datalix-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datalix API - KVM Data Client

A starting template for applications connecting to the Datalix API to read live KVM data using TypeScript and WebSockets.

Features

  • WebSocket connection to Datalix API
  • Real-time KVM data streaming
  • TypeScript support

Prerequisites

  • Node.js v22 (tested)
  • TypeScript
  • pnpm

Installation

pnpm i
pnpm dev

Configuration

Create a .env file in the root directory:

WS_URL="wss://livedata.datalix.de/"
WS_TOKEN=""
SERVICE_ID=""

Usage

You can copy parts of the code to your own application or use this repository as a starting point for your own project. Be aware that the code is a minimal example and may need to be adapted to your specific use case.

Documentation

For detailed documentation about the Datalix API, visit our documentation portal.

License

MIT

About

Starting template for Applications wanting to connect to the Datalix API reading live KVM data using TypeScript and WebSockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published