You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
As of today,
zim::controller
creates an internal instance of the underlyingmalloy
server. However, there are scenarios where a user might want to re-use an existingmalloy
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.The text was updated successfully, but these errors were encountered: