1.28.0 • Published 2 years ago

@biorate/amf v1.28.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Action Message Format

Action Message Format (AMF3) protocol realization for JS

Links:

Limitations:

  • Function is not supported
  • XML is not supported
  • ByteArray is not supported
  • Dictionary is not supported
  • Vectors is not supported

Examples:

import { encode, decode } from '@biorate/amf';

const buffer = encode({ test: 1 }); // <Buffer 0a 0b 01 09 74 65 73 74 04 01 01>

console.log(decode(buffer)); // { test: 1 }

Learn

  • Documentation can be found here - docs.

Release History

See the CHANGELOG

License

MIT

Copyright (c) 2021-present Leonid Levkin (llevkin)

1.28.0

2 years ago

1.0.0

3 years ago

0.30.15

3 years ago

0.30.0

3 years ago

0.29.0

3 years ago

0.27.2

3 years ago

0.28.0

3 years ago

0.27.1

3 years ago

0.27.0

3 years ago

0.26.0

3 years ago

0.25.0

3 years ago

0.19.0

3 years ago

0.23.0

3 years ago

0.22.0

3 years ago

0.21.0

3 years ago

0.20.0

3 years ago

0.18.0

3 years ago