Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 455 Bytes

README.md

File metadata and controls

40 lines (35 loc) · 455 Bytes

emiga-stream

Video stream using Express.js , Socket.io

Installing

npm install

Run

npm run dev

Run separately

npm run server
npm run proxy

Configure

{
  "Server" : {
    "settings" :{
      "port"   : "8000",
      "socket" : "8001"
    }
  },
  "Proxy" : {
    "settings" :{
      "port"         : "8002",
      "storage_path" : "storage",
    }
  }
}

That's all Folks