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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -