rest - What is the correct way to implement fast, tolerant crud apps -
what best way implement crud applications fast , fault tolerant crud apps.
for example in gmail when select mail(or hundreds) , delete, finishes operation fast , moves mail archive.
i don't think simple ui makes request rest back-end, rest back-end executes request, changes entity state , response back.
instead of such flow think there should async flow ui makes request , gets ok everytime; back-end executes request , inform ui when real result whenever operation finished. back-end should handle failures , retries think..
this not gmail architecture, wonder how design crud apps smooth , fast.. there pattern, set of best practices etc..
regards.
Comments
Post a Comment