Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
usernmae0101 committed Jan 9, 2024
1 parent 19ee187 commit 4f7d152
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# array-buffer-serializer

![CI](https://github.com/username0101010/array-buffer-serializer/actions/workflows/test.yml/badge.svg)
![CI](https://github.com/usernmae0101/array-buffer-serializer/actions/workflows/test.yml/badge.svg)
[![codecov](https://codecov.io/gh/username0101010/array-buffer-serializer/branch/main/graph/badge.svg?token=IZFQQP34H7)](https://codecov.io/gh/username0101010/array-buffer-serializer)
![node-current](https://img.shields.io/node/v/array-buffer-serializer)

Similar (without fixed length data representation and some other minor differences) as [CBOR](https://datatracker.ietf.org/doc/html/rfc7049) or [MessagePack](https://github.com/msgpack/msgpack/blob/master/spec.md), allows to encode an object into bytes before transmission via WebRTC or WebSocket and decode it back when received.
This is very useful for network bandwidth when you need to send data to one or more recipients frequently. Works in both: browser and node.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "array-buffer-serializer",
"version": "0.4.0",
"version": "0.4.2",
"description": "Serializes data to transfer fewer bytes over the network",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 4f7d152

Please sign in to comment.