项目作者: onmyway133

项目描述 :
⌨️ Simple chat application using Node.js and WebRTC Data Channel
高级语言: JavaScript
项目地址: git://github.com/onmyway133/chat_webrtc.git
创建时间: 2013-12-10T17:32:25Z
项目社区:https://github.com/onmyway133/chat_webrtc

开源协议:

下载


Simple chat application using Node.js and WebRTC Data Channel


Explanation


  • Guest: User comming to our website

  • Host: Supportor of the website, answering guests ‘ questions

  • Server: Broker, peer registration and chat session initiation server


Server setup


  1. Install nodejs, module socket.io, module node-static

  2. Run server: node dk_server.js


Usage


  1. Host: Go to localhost:2013/host then click Register

  2. Guest: Go to localhost:2013/guest then click register

  3. Host: select the guest you want to chat

  4. Host, Guest: enter messages then click Send