LionWeb-io / lionweb-repository

Reference implementation of LionWeb repository
Apache License 2.0
2 stars 1 forks source link

Consider offering also a WebSockets interface #84

Open ftomassetti opened 1 month ago

ftomassetti commented 1 month ago

I think that later on we may want to use WebSockets for the Delta API, to allow for bidirectional communication. Perhaps we could use it also to serve the Bulk API, if it offers a performance gain. What do you think?

enikao commented 1 month ago

Yes, I think WebSockets is a natural candidate for delta API.