https://net-rooms.herokuapp.com/
Real-time anonymous web chat on rooms.
Exam project for the course RETI DI CALCOLATORI of the University of Urbino Carlo Bo.
Developed by Alessandro Bernardi, serial number: 284968.
1- Clone the repository locally
git clone https://github.com/alexbernardi360/net-rooms.git
2- Enter in the main foulder
cd net-rooms
3- Install the dependencies
npm install
4- Run the project
npm run start