aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/examples
Commit message (Expand)AuthorAgeFiles
* jsonrpc/server: use queue with condvar instead of async channelshozan232024-05-303
* jsonrpc: add comments & remove debugging codehozan232024-05-282
* jsonrpc: move `SubscriptionID` to message.rshozan232024-05-281
* jsonrpc: enable concurrent requests in `Client`hozan232024-05-281
* p2p: rename connection.rs to conn_queue.rshozan232024-05-251
* jsonrpc: spawn task when handle new requesthozan232024-05-233
* jsonrpc: support pubsubhozan232024-05-225
* jsonrpc: add ws cargo featureshozan232024-05-201
* use cargo features to enable/disable protocols for net cratehozan232024-05-191
* add tokio examples to p2p, jsonrpc, and net crateshozan232024-05-194
* add support for tokio & improve net crate apihozan232024-05-193
* Ensure uniform usage of the name `karyon` across all fileshozan232023-12-022
* net: Use ToConn and ToListener traits for objects that can be convertedhozan232023-11-302
* jsonrpc: Enhance the API and add support for TCP, Unix, and TLS protocols.hozan232023-11-302
* jsonrpc: switch to LF delimiter for reading json, replacing the dummy delimiterhozan232023-11-211
* jsonrpc: add Codec struct for reading from and writing to the connectionhozan232023-11-202
* karyons jsonrpc implementationhozan232023-11-193