Use Websockets for custom tasklist app - feasible?

We are building our own task list web application. I am wondering whether it is feasible to use the camunda-bpm-reactor to push task related events to our Angular app using Websockets. This way we could make the users tasklist filters very dynamic, e.g. assigned and available tasks could be dynamically added and removed from task filters. Does this sound like a feasible idea? Are there better alternatives? Thanks!!