A screen sharing application that allows a user to share screen with multiple other users.
It is made using Html, Css, Js, NodeJs, Express, Electron and Socket.io.
• cd server
• node index.js
• cd client
• npm start
Open http://192.168.0.115:5000 on the device you want to view the shared screen on.
• To get ur signals ip, open terminal and enter ipconfig
• Update ip in line 5 in app.js (client)
• Update ip in line 26 in index.js (server)