Ruby on Rails
ServerSide

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

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

Contrast ClientSide.

category: Glossary