<@U3NJ6N0SV> That’s a good summary. On the first ...
# kweb
i
@gtod That’s a good summary. On the first paragraph, there are really only two types of messages sent from the server to the client. “execute” is a js command which will mutate the DOM in some way, and “evaluate” which is a js expression, to be evaluated, and the result returned to the server. These could mutate the DOM, but typically they’re about retrieving information from the DOM to the server.