/sockets-webrtc-example

Live chat and video call app example.

Primary LanguageTypeScriptMIT LicenseMIT

📸 Live chat app

Live chat and video call app

MIT License JavaScript Style Guide

Table of Contents

💿 Installation

# clone repo
git clone https://github.com/nejcm/sockets-webrtc-example.git my-project
# move into project folder
cd my-project

# install deps
yarn install

# in separate command line
# start server
yarn start:server

# in separate command line
# start peer server
yarn start:peer

# in separate command line
# run project in dev mode
yarn start:app

⚙️ Configuration

Check package.json for configuration options.

💄 Style guide

The code styles followed are documented and set with linter rules inside .eslintrc file.

Authors

LICENSE

ISC