asyncrypt

Binary serialization on data transfer for asynchronous requests

Usage no npm install needed!

<script type="module">
  import asyncrypt from 'https://cdn.skypack.dev/asyncrypt';
</script>

README

:package: asyncrypt

:package: asyncrypt

Binary serialization on data transfer for asynchronous requests

Issues GitHub pull requests GitHub Downloads GitHub Total Downloads GitHub release

Node.js CI on Darwin Node.js CI on Ubuntu Node.js CI on Windows

Node.js Package CodeQL

Report Bug Request Feature

Systems on which it has been tested:

Macos Ubuntu Windows

Did you like the project? Please, considerate a donation to help improve!

Binary serialization on data transfer for asynchronous requests

Getting started

Installation

Clone this repository: git clone https://github.com/hebertcisco/asyncrypt

Open the directory and run the scripts:

cd asyncrypt
npm i  # or yarn install
npm run test  # or yarn test