Skip to content

hirenchauhan2/pw-chat

Repository files navigation

PW Chat

A Peer-to-Peer Chat application with Video Callig support. Using PeerJS, Vue2, Vuex and Vuetify.

Build status Build Status Codeship Status for hirenchauhan2/pw-chat

MCA Final Year Project

Todo List

  • Create conversations
  • Send text messages
  • Video Calls
  • Delete a text message
  • Handle deletion of conversation and restarting a conversation
  • Send files
  • Improve UI and app responsiveness
  • Run peer-server with express server with connection reliability

Build Setup

# install dependencies with yarn
yarn

# serve with hot reload at localhost:9080
yarn run dev

# build electron application for production
yarn run build

# lint all JS/Vue component files in `src/`
yarn run lint