background image

serversent.events

rapid prototyping tool for SSE

Playground

See also:

Chat Messages
Simulate incoming chat stream
interval_min:
1000
interval_max:
4000
shape:
{
  "user": "{name}",
  "message": "{words}",
  "style": {
    "color": "{color}",
    "isHighlighted": "{bool}"
  }
}
Ecommerce Orders
Simulate incoming ecommerce orders
interval_min:
3400
interval_max:
9000
shape:
{
  "placed_at": "{datetime}",
  "customer": {
    "name": "{name}",
    "city": "{city}"
  },
  "email": "{email}",
  "total": "{number}"
}
Submit feedback