Main server logic for the Movie Explorer application
movies_server.RdInitializes a MovieData R6 object, wires the filter module to the data
object's $filter() method, and passes reactive results to the plot module.
See also
Other Application Components:
launch_app(),
movies_ui()