Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 394 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 394 Bytes

Mimic App

This is a basic app to allow text, audio and video chatting. It uses Peer.js.

TODO

  • Add voice support

To try locally

You'll need to have Node.js installed.

$ git clone git@github.com:asood123/mimic.git
$ cd mimic
$ npm install
$ npm run dev

Visit http://localhost:3000 in two different windows and messages should pass back and forth.