> Rather than composing JS strings on the serve...
# kweb
i
Rather than composing JS strings on the server and sending them down to the client for eval is it sensible to define a messaging protocol that facilitates browser DOM mutation (client) and event communication (server)? Is that the entire picture of what it would need to do?