main
main copied to clipboard
Faster operation in client?
When I execute the mod command in my hc instance, I need to open Devtools and type the ws.send command. That's very slow. As mentioned in pull request #173, it generates a lot of useless function calls(on server), so can we try to implement it within the client? (machine translation)
Sorry for the delayed response. I feel that there is an optimal solution that works within the framework without bloat. I'll post an update once I have a moment to test it out.