@biorate/amf

1.28.0 • Public • Published

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)

Package Sidebar

Install

npm i @biorate/amf

Weekly Downloads

12

Version

1.28.0

License

MIT

Unpacked Size

179 kB

Total Files

26

Last publish

Collaborators

  • llevkin