Hacker News new | ask | show | jobs
by volf_ 1227 days ago
I made a very similar project in Rust that seems to mimic this idea: https://github.com/volfco/boxcar

The core idea I had was to decouple the connection from the execution of the RPC. Mats3 looks to be doing a lot more than what I've done so far, but it's nice to see similar ideas out there to take inspiration from.