1 مستودع
Specialized utilities for reducing the size of WebSocket frames via deflate extensions.
Distinct from Compression Libraries: Focuses on WebSocket-specific compression rather than general-purpose data archiving libraries
Explore 1 awesome GitHub repository matching data & databases · WebSocket Compression Tools. Refine with filters or upvote what's useful.
Java-WebSocket is a collection of classes for implementing WebSocket clients and servers using pure Java. It provides a framework for hosting servers that manage connections via event-driven subclasses and tools for establishing client connections to remote servers. The library includes a secure communication tool for encrypting traffic using the WSS protocol and a compression library that uses per-message deflate extensions to reduce transmitted data size. It supports the configuration of cipher suites to limit encryption protocols and ensure compatible communication. The project enables bi
Ships a set of tools for reducing transmitted WebSocket data size using per-message deflate extensions.