#Listening to events on client side

1 messages · Page 1 of 1 (latest)

ember pilot
#

are you suggesting call backs?

#

sorry am not sure

paper crag
#

If you want real time update, you can generally go in three directions:

  • Websockets
  • Server sent events
  • Polling <- naive implementation

None of these are supported by Medusa out of the box