go-wasm-http-server icon indicating copy to clipboard operation
go-wasm-http-server copied to clipboard

Add SSE

Open gedw99 opened this issue 2 years ago • 0 comments

To allow service in client and server to push CDC updates when data sources change.

Create, Update, Delete are the ops.

namespace topic that maps to json fragment is the scope of the payload.

client will then update cache of json using that scope.

later when templates are introduced these can also be pushed. Just need CDC on server file system. At the moment html templates are not used. Scoping it a xml scope instead of json obviously.

gedw99 avatar Mar 29 '23 09:03 gedw99