Simple machine-to-machine messaging over HTTP

iskreet is a dweet.cc-compatible service for simple HTTP messaging between machines.

How it works

  1. Subscribe — open a realtime stream for a thing name.
  2. Write — publish key-value data to that thing via HTTP.
  3. 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.