Hacker News new | ask | show | jobs
by mattbillenstein 466 days ago
Interesting, I built a whole rpc / file-server ala saltstack on top of something like this:

https://github.com/mattbillenstein/salty

Been using this on a couple startups for a couple years, but it lacks polish in terms of user-friendliness.

Interesting how we came to some of the same types of things - like you have .notify() - I return a result object with a "changed" flag, etc.