Skip to content

Commit 4f7d152

Browse files
committed
0.4.2
1 parent 19ee187 commit 4f7d152

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# array-buffer-serializer
22

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

67
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.
78
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "array-buffer-serializer",
3-
"version": "0.4.0",
3+
"version": "0.4.2",
44
"description": "Serializes data to transfer fewer bytes over the network",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)