In this tutorial we will develop the following web app: There are three components to this solution: Main module: configures the server and the handlers and web sockets. In this case we have a single WebSocket. It is mapped to a url which we later need to set in the html file. The WebSocket...