In some use cases it can be useful to be able to send events to connected clients independently from any existing service as it is not related to a data change. Following the Feathers service architecture we should provide an events service with a create operation with a custom event event that simply emits the event data for all connected clients.
In some use cases it can be useful to be able to send events to connected clients independently from any existing service as it is not related to a data change. Following the Feathers service architecture we should provide an
events
service with acreate
operation with a customevent
event that simply emits the event data for all connected clients.