Waves Client Code (Based off of Mathnet's Client Code)SetupMake sure the Nodejs communication server is running.Change the host variable in the file www/mathnet/js/host.js to the url for the Node js server.Make sure in the file www/js/main.js on line 5, the URL for the socketio library points to the correct location which is the Nodejs Server's path.Also make sure the path is correctly defined on line 6 of the file www/js/network/WSSession.js to point to the Nodejs Server.Usagewww/admin.htmlUsing this page manage the creation and deletion of groups in class.www/student.htmlView student.html to login as a studentEnter the class id (Available on the admin tab of admin.html) and student nameThe list of groups available in the class will be displayed. Click a group to join.The Waves app will then load.