SignalR + Bellissima?

Hello gang :waving_hand:
Has anyone done anything specifically with SignalR with Bellissima yet?

I have seen this PR and yet to fully get my head round it and was wondering if this PR is intended for HQ/Core use only or is also planned to be used as an extension point?

Github PR :eyes:

Niels mentions possible future signalR in the backoffice: Check if a node implements a composition (custom condition); easier way and bug? - #4 by nielslyngsoe

Hi Warren,

I asked the same on discord when i saw it, I think the answer was ‘no firm’ plans from the front end team at the moment, but the feature is there to use.

I have done some code to use this, it basically sends the guid and type of an item for the events, which lets you know they have happened, but probibly needs a bit more for you to do the usefull stuff like “dave has just saved this” (unless you just use the signalR to then ask the Management API for info about this thing.

Heya Kevin
Thanks so its more a generic thing to be notified of key/uniques having some action performed on them.

Sounds like for me I may need to roll my own. Was just wondering if there was any use/benefits of using what has been put in place.

Cheers

I think you can piggy back on it and add your own ‘ServerEvents’ so you don’t have to start your own hub (which to be honest isn’t the hard bit :slightly_smiling_face: ) but i haven’t really looked into it much other than noting that’s in the source code

1 Like

Thanks Kevin,
I need to spend some time later this week to investigate. It would be good to do some piggy backing if Umbraco does stuff rather than add more stuff myself.

Will do some stuff soon and report back or perhaps I may do one of those Discord Mob programming sessions to see what can be done.