aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/src/server.rs
Commit message (Expand)AuthorAgeFiles
* jsonrpc: support pubsubhozan232024-05-221
* jsonrpc: add ws cargo featureshozan232024-05-201
* add support for tokio & improve net crate apihozan232024-05-191
* core: minor modification to TaskGroup apihozan232024-03-211
* core: add the option to create a new task group without providing anhozan232024-03-201
* jsonrpc: Handle client connection failures & perform general cleanuphozan232024-03-111
* 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
* net: rename `Listener` trait to `ConnListener`hozan232023-11-301
* jsonrpc: Enhance the API and add support for TCP, Unix, and TLS protocols.hozan232023-11-301
* implement TLS for inbound and outbound connectionshozan232023-11-281
* update README.mdhozan232023-11-231
* general clean ups for the docshozan232023-11-231
* 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-201
* jsonrpc: move RPCService to separate modulehozan232023-11-201
* karyons jsonrpc implementationhozan232023-11-191