webrtc 服务器搭建

安装:

brew install nodejs

sudo npm install -g npm
sudo apt-get install nodejs-legacy


  496  brew install nodejs npm

  514  npm install -g express

  515  npm install  express

  516  npm install -d express

  518  npm install serve-favicon

  520  npm install morgan

  522  npm install method-override

  524  npm install body-parser

  526  npm install errorhandler

  528  npm install socket.io

  529  npm install socket.io

  531  npm install ejs


运行:

node app.js




你可能感兴趣的:(webrtc)