client-side vs server-side
- by amalafrida
In general, should one design in order to place processing load on client-side?
More specifically, a search engine to locate subscriber information requires a fair amount of parsing (multiple phone numbers to sort and format, hour of day, timezone, comparisons for possible substitutions of user information, etc.).
Again, in general, is it…