Ruby on Rails
ClientSide

Actions (such as code execution or content rendering) that take place in the browser rather than the webserver.

There are numerous tradeoffs to consider when deciding what should be done by the browser and what should be done by the sever:

Contrast ServerSide.

category: Glossary