Nox is a communication platform designed for educational insitutions. Targeted at closing the communication gap between professors and students by allowing professors to get realtime feedback on students level of understanding while they teach.
-
Head on over to the Nox website: https://csc398dev.utm.utoronto.ca
-
Click "Login" on the top right corner.
- Login using your utorID via secured authenticator.
- Easily add a new session or analyze your past sessions.
- Write the code on the board, say it outload or share with all the students so they can connect to your session!
- Start a poll!
Recommended Usage: Teachers should occasionally tell students to ask questions using the app, and then teachers should respond to those questions.
-
Head on over to the Nox website: https://csc398dev.utm.utoronto.ca
-
Enter the session code provided by your teacher.
- Ask questions or upvote questions asked by your classmates by clicking on them!
- Participate in polls!
First, you clone the repository into your choice of folder.
Here are the steps needed to run the application from your own machine:
-
Open up your terminal, and clone the repository into your designated folder.
-
Run the setup.bash script (Installs all dependencies, clean build, and starts the server)
cd /Nox
./setup.bash
Hit 'Ctrl+C'
node server.js
./updateDev.bash