The GWT developer mode embedded http server makes all the sense in the world to me but I confess I do not understand what the “code server” is all about. It strikes me that an html file wraps all the javascript code the browser needs to render the GWT application with the embedded Jetty server handling AJAX during development. So I’m looking for an explanation for including a developer mode code server with GWT. Maybe an explanation of what it is doing will suffice.
Share
As usual, official docs to the rescue!