aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/README.md
Commit message (Collapse)AuthorAgeFiles
* bump version to 0.1.4hozan232024-06-221
|
* jsonrpc/client: fix subscription error when the subscriber cannot keep uphozan232024-06-211
| | | | | | Add a limit for receiving notifications for the subscription. If this limit is exceeded, the client will stop and raise an error. The limit is configurable when building a new client.
* jsonrpc: separate the RPC errors from the library implementation errorshozan232024-06-151
|
* jsonrpc: client use unbounded channels as buffer for sending requests & ↵hozan232024-06-141
| | | | clean up examples
* jsonrpc: spread out comments and clean uphozan232024-06-131
|
* jsonrpc: move `SubscriptionID` to message.rshozan232024-05-281
|
* jsonrpc: spawn task when handle new requesthozan232024-05-231
|
* jsonrpc: main example clean uphozan232024-05-221
|
* jsonrpc: support pubsubhozan232024-05-221
|
* jsonrpc: minor cleanup to the main examplehozan232024-05-201
|
* update READMEshozan232024-05-191
|
* add support for tokio & improve net crate apihozan232024-05-191
|
* Ensure uniform usage of the name `karyon` across all fileshozan232023-12-021
|
* net: Use ToConn and ToListener traits for objects that can be convertedhozan232023-11-301
| | | | to Conn and Listener.
* jsonrpc: Enhance the API and add support for TCP, Unix, and TLS protocols.hozan232023-11-301
|
* jsonrpc: add Codec struct for reading from and writing to the connectionhozan232023-11-201
|
* jsonrpc: minor changes to the README filehozan2023-11-191
|
* karyons p2p: add README.mdhozan232023-11-191
|
* karyons jsonrpc implementationhozan232023-11-191