chord
Web-socket client library
A Clojure/ClojureScript library that enables communication with web-sockets and provides a common interface for various data formats.
A library designed to bridge the gap between the triad of CLJ/CLJS, web-sockets and core.async.
439 stars
11 watching
40 forks
Language: Clojure
last commit: over 4 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
gnarroway/hato | An HTTP client library for Clojure that wraps JDK 11's HttpClient for synchronous and asynchronous requests with websockets support. | 380 |
funcool/clojure.jdbc | A Clojure library that simplifies the interaction with relational databases using JDBC. | 105 |
dakrone/clj-http | An idiomatic HTTP client for Clojure wrapping the Apache Client | 1,784 |
clojure/java.jdbc | Provides low-level JDBC-based access to databases in Clojure | 724 |
jcouyang/conjs | A Clojure implementation of persistent data structures and channel APIs for JavaScript | 29 |
socketcluster/socketcluster-client | Provides a JavaScript client for a real-time communication library | 293 |
clj-commons/secretary | A client-side router for ClojureScript | 774 |
clojure/core.async | A Clojure library providing facilities for concurrent programming and communication. | 1,956 |
aaronc/fx-clj | A Clojure library providing convenience functions and APIs for JavaFX, core.async, data binding, and modifying nodes. | 108 |
lispyclouds/contajners | A Clojure client library for interacting with container engines, providing an idiomatic and data-driven interface. | 134 |
clj-commons/manifold | A compatibility layer for event-driven abstractions | 1,021 |
ethereum/ethereumj | A Java implementation of the Ethereum protocol's core concepts and features | 2,185 |
pandeiro/jaki | A client library providing basic CRUD operations and utilities for interacting with CouchDB databases in ClojureScript applications. | 16 |
sockjs/sockjs-node | A Node.js library that enables real-time, cross-browser communication between clients and servers through a WebSocket-like interface | 2,095 |
clj-commons/hickory | An HTML parser library that converts HTML to Clojure data structures for analysis and transformation. | 638 |