Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 727 Bytes

File metadata and controls

20 lines (11 loc) · 727 Bytes

Online video chat application developed with Node.js, React, Socket.io and MaterialUI.

To launch the app:

From command line:

  • go to backend folder and use de command "nodemon index.js" to start the backend in development mode.

  • go to the frontend folder and use the command "npm start" to start the frontend in development mode.

On localhost:5000 you have the backend server, on the loclahost:3000 you have the frontend

A fully working demo is available at: https://web4videochat.herokuapp.com

For more info read Relazione.pdf available on the root of the project

If you want the fully builded code of the demo si available under release v1.0