As of today, zim::controller creates an internal instance of the underlying malloy server. However, there are scenarios where a user might want to re-use an existing malloy server.
A potential scenario involves having a "headless" web service built with only malloy and slapping a GUI (eg. HTML frontend) on top of it.
As of today,
zim::controllercreates an internal instance of the underlyingmalloyserver. However, there are scenarios where a user might want to re-use an existingmalloyserver.A potential scenario involves having a "headless" web service built with only
malloyand slapping a GUI (eg. HTML frontend) on top of it.