JSON-RPC Node server with WS support

⚓ Rust    📅 2025-11-24    👤 surdeus    👁️ 8      

surdeus

Hi, everyone. I'm new to Rust and to this community as a whole. It's only been a day or so since I've started using Rust. My job requires me to make a JSON-RPC node server which will communicate using websockets. I've been looking into crates/packages like jsonrpsee but I haven't had much luck finding code examples or any real usage examples. Is there a proper workflow that I should be aware of before I start doing this task? I'm reading the docs but haven't gotten much further with them. Is it all dependent upon a hit and trial in the end to see what works?

P.S. I might've missed a lot of things while looking through docs. Please tell me where I can get resources for these packages (jsonrpsee, tokio, anywho, tracing) if there are any aside from the package listing

3 posts - 2 participants

Read full topic

🏷️ Rust_feed