kalisio / kano

Map and weather forecast data explorer in 2D/3D
https://kalisio.github.io/kano/
MIT License
24 stars 7 forks source link

Add a service that can be used as an event bus #342

Closed claustres closed 9 months ago

claustres commented 9 months ago

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.