Timeline for Client Side or Server Side Calculations?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 10, 2023 at 10:04 | comment | added | David Cian | Personally, having built a couple of server-client applications, I always start out performing as much as possible client-side, and progressively moving to the server side only when it starts to make sense, which is usually for me when the local compute time exceeds the server side compute time plus the latency. | |
| Feb 10, 2018 at 9:22 | review | Close votes | |||
| Feb 25, 2018 at 3:04 | |||||
| Feb 10, 2018 at 8:17 | comment | added | Laiv | I think It depends on the nature of the maths. Probably, any client is capable to calc the number of the days between two dates. The client won't need a significant amount of resources to do It. Either the maths are rocket science. But if we were speaking about the Google's algorithm for searching, that would be another story. | |
| Feb 10, 2018 at 8:09 | vote | accept | JayJuly | ||
| Feb 10, 2018 at 8:00 | answer | added | Apoorv | timeline score: 5 | |
| Feb 10, 2018 at 7:10 | review | First posts | |||
| Feb 10, 2018 at 7:13 | |||||
| Feb 10, 2018 at 7:07 | history | asked | JayJuly | CC BY-SA 3.0 |