Hacker News new | ask | show | jobs
by red_admiral 970 days ago
Would this still work if the client opens more than one tab?
1 comments

As long as you have some mechanism for synchronizing state between tabs, it should be fine. iiuc, the localstorage API is synchronised, for example.
Except if you have two almost simultaneous requests where the request made last reaches the server first.