From db2ba03a476b423fd919fec13e2d5ceeb86978ae Mon Sep 17 00:00:00 2001 From: edmand46 Date: Mon, 23 Mar 2026 16:05:24 +0300 Subject: [PATCH] chore: update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f8cfe7a..5717a70 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,6 @@ Typical setups: - **Any Go service + .NET client** — works anywhere you control both ends and want a compact binary protocol without Protobuf's runtime overhead or code-gen complexity. - **Go backend + Browser/WebSocket** — generate TypeScript classes for browser-based clients. Uses native DataView API with zero dependencies. -ArPack is a poor fit if you need schema evolution (adding/removing fields without redeploying both sides) — use Protobuf or FlatBuffers instead. - ## Installation ```bash