Simple machine-to-machine messaging over HTTP
iskreet is a dweet.cc-compatible service for simple HTTP messaging between machines.
How it works
- Subscribe — open a realtime stream for a thing name.
- Write — publish key-value data to that thing via HTTP.
- Notify — subscribers receive the new data instantly.
Basic pub/sub guide
Subscribe with /listen/for/dweets/from/{thing}, write with /dweet/for/{thing}, then watch subscribers get notified.