Skip to content

onmyway133/chat_webrtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

⌨️ Simple chat application using Node.js and WebRTC Data Channel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published