Skip to content

shuinan/audio-video-chat-libp2p

 
 

Repository files navigation

chatio

A peer-to-peer audio/video PWA.

Table of Contents

Getting Started

chatio is currently completely browser based which means you'll need an internet connection to use it for the first time. After that, it will be saved to your device and be used on any local network your connected to so long a signaling server is in reach.

Security

All peer traffic is encrypted and there is work under way for making chatio calls more secure.

Development

Installing

yarn

Dev server

quasar dev

Linting

yarn run lint

Build in production mode

quasar build

Commit Standards

chatio follows the Conventional Commits spec in order to have clear and concise messages, as well as, an auto-generated changelog using standard-version.

About

A Peer to Peer Audio/Video PWA Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 44.7%
  • JavaScript 25.9%
  • TypeScript 25.8%
  • HTML 2.0%
  • SCSS 1.6%