Scarlet
WebSockets client
An implementation of a WebSocket client for Kotlin and Android that supports multiple protocols.
A Retrofit inspired WebSocket client for Kotlin, Java, and Android
3k stars
55 watching
239 forks
Language: Kotlin
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
takahikokawasaki/nv-websocket-client | A high-quality WebSocket client implementation in Java. | 2,028 |
gs-ts/bitfinexclient | An Android app demonstrating clean architecture with MVVM and websockets using Scarlet | 19 |
glebradchenko/dnwebsocket | A WebSocket library for Swift that provides a simple and efficient way to establish WebSocket connections. | 36 |
tootallnate/java-websocket | A library implementing a WebSocket protocol in Java. | 10,530 |
vapor/websocket-kit | A WebSocket client library built using SwiftNIO to establish bidirectional communication between clients and servers. | 278 |
hannah-portswigger/websocketturbointruder | An extension for web browser development tools to test WebSocket protocols by sending custom messages and analyzing responses. | 13 |
johanwinther/websocket_server | Provides an async iterator for WebSocket events from all connected clients | 9 |
melishev/wsgo | Provides an abstraction layer on top of WebSocket connections to facilitate communication between clients and servers. | 3 |
lxzan/gws | A WebSocket implementation designed for building real-time applications with focus on simplicity, performance, and reliability. | 1,422 |
krohling/arduinowebsocketclient | A Websocket client library for Arduino that enables communication with web services over Websockets | 227 |
commandodev/stargate | Enables bi-directional communication between web clients and servers over a single TCP socket | 40 |
elpheria/rpc-websockets | Enables developers to implement business logic over WebSocket protocol using JSON-RPC 2.0 | 592 |
daltoniam/starscream | A WebSocket library in Swift for establishing and managing real-time communication between devices. | 8,348 |
joewalnes/websocketd | Tool to turn existing command-line applications into WebSocket servers by piping client input and sending server output over WebSockets | 17,160 |
feross/simple-websocket | Provides a simple WebSocket API for working with real-time communication in the browser or Node.js environment. | 184 |