/LANScreenShare

Screen share over LAN using NodeJS Express and Socket.io

Primary LanguageJavaScript

LANScreenShare

Screen share over LAN using NodeJS Express and Socket.io

Setup

  1. Clone the repo: git clone https://github.com/flancast90/LANScreenShare.git
  2. Install dependencies: npm install

Usage

Run As Server
  • Run the server: node server.js
  • Run As Sharer
  • Run the local client: node client_host.js
  • Take note of your group ID, and share it with your viewers.
  • Run As Viewer
  • Navigate to the server's IP address in your browser.
  • Enter the group ID provided by the sharer.
  • License

    MIT