# LiteRT/LwDFX

[![npm version](https://img.shields.io/npm/v/@litert/lwdfx.svg?colorB=brightgreen)](https://www.npmjs.com/package/@litert/lwdfx "Stable Version")
[![License](https://img.shields.io/npm/l/@litert/lwdfx.svg?maxAge=2592000?style=plastic)](https://github.com/litert/lwdfx/blob/master/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/litert/lwdfx.js.svg)](https://github.com/litert/lwdfx.js/issues)
[![GitHub Releases](https://img.shields.io/github/release/litert/lwdfx.js.svg)](https://github.com/litert/lwdfx.js/releases "Stable Release")

An implement of the LwDFX (Light-weight Data Frame Exchange) protocol.

## Installation

```sh
npm install @litert/lwdfx --save
```

## Requirements

- Node.js v18.x (Or newer)
- TypeScript v5.0.x (Or newer)

## Documents

- [v1](./docs/v1.md)

## License

This library is published under [Apache-2.0](./LICENSE) license.
