by xojoc on 9/13/22, 8:24 PM with 4 comments
by woojoo666 on 9/14/22, 7:57 AM
> You may ask yourself: "Web applications can already use third-party services through remote API calls, how is Qworum better?". The answer is that currently third-party services can only provide business logic through their APIs (whether they are REST-based or not), whereas Qworum services can also bring the UI that goes along with the business logic. This lightens the workload of Web application developers.
Can't services already provide UI? Eg a server sending React components to the client.
If I were to guess, the whole "service web" idea seems to imply that services can run within a client browser, and talk to other services in other user browsers. I admit that could be quite cool, and enable easier development of p2p apps
by e-clinton on 9/14/22, 11:56 AM
So this thing allows easier integration of UI-driven external services into a web app (auth, payment, ecomm).