vibetunnel/web/src/client
Mario Zechner deb3935172 Implement optimized binary format for terminal buffer transmission
- Switch from JSON to binary format for buffer data transfer
- Optimize encoding with run-length encoding for empty rows
- Reduce data size with efficient cell encoding (1 byte for spaces, variable for complex cells)
- Support both palette and RGB colors with minimal overhead
- Pre-calculate exact buffer sizes to avoid allocations

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-20 03:56:00 +02:00
..
assets add font (#20) 2025-06-19 00:28:08 +02:00
components Implement optimized binary format for terminal buffer transmission 2025-06-20 03:56:00 +02:00
utils Implement optimized binary format for terminal buffer transmission 2025-06-20 03:56:00 +02:00
app-entry.ts lint web 2025-06-17 01:03:37 +02:00
app.ts Fix race condition in session creation 2025-06-19 02:47:50 +02:00
test-terminals-entry.ts Replace XTerm.js with headless terminal implementation 2025-06-18 12:48:24 +02:00