Smart Client is a new "buzzword" used in software development, generally referring to applications which:
are delivered over the web
do not require installation (or provide automated installation and updates)
automatically update without user action
have the look and feel of desktop applications
The term "Smart Client" is meant to refer to simultaneously capturing the benefits of a "thin client" (zero-install, auto-update) and a "fat client" (high performance, high productivity).
Comments