I have a multiplayer game with open world. When releasing i export separetely client via html to web and server via NWjs. Is there any way to reduce render work on server to increase perfomance? Because when server launched its only shows some texts and its no need to render all other stuff on server side, only calculate collisions and etc. Ashley , is there any export way or trick for that?