Skip to content

onmyway133/chat_webrtc

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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