LIME WebSocket Transport

JSON →
library 2.0.3 ·javascript
verified Jun 7, 2026

WebSocket transport implementation for the LIME (Lightweight Messaging Protocol) protocol. Version 2.0.3 enables bidirectional communication over WebSockets for LIME-based applications, commonly used in instant messaging and IoT. The library provides a WebSocketTransport class that implements the LIME transport contract, supporting connection management, message serialization, and automatic reconnection. It is part of the LIME protocol ecosystem, typically used alongside lime-client and lime-csharp. Released under MIT license.