A starting template for applications connecting to the Datalix API to read live KVM data using TypeScript and WebSockets.
- WebSocket connection to Datalix API
- Real-time KVM data streaming
- TypeScript support
- Node.js v22 (tested)
- TypeScript
- pnpm
pnpm i
pnpm dev
Create a .env
file in the root directory:
WS_URL="wss://livedata.datalix.de/"
WS_TOKEN=""
SERVICE_ID=""
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.
For detailed documentation about the Datalix API, visit our documentation portal.
MIT