Skip to content

z5labs/chatio

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.