sparko v2.0
sparko v2.0 has
- breaking changes in the way you define keys: now every method must be whitelisted, it's much simpler to write and reason about (if you don't specify any method than everything will be whitelisted).
- event streaming: it's now 100x easier to write an app that talks to your node from a distance, you just open a long-lived SSE/EventSource listener (there are libraries for this in all languages) to
/stream
and wait until you get events (to call methods, as always you just call/rpc
). - bug fixes and improvements.
More details at the README.