Waves Client Code (Based off of Mathnet's Client Code) Setup Make 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. Usage www/admin.html Using this page manage the creation and deletion of groups in class. www/student.html View student.html to login as a student Enter the class id (Available on the admin tab of admin.html) and student name The list of groups available in the class will be displayed. Click a group to join. The Waves app will then load.