An open API service indexing awesome lists of open source software.

https://github.com/doctorpok42/facemeet


https://github.com/doctorpok42/facemeet

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# FaceMeet

FaceMeet is a web application that allows users to make video calls with their friends and family. The application is build using PeerJS and WebRTC.

## Features

- Video call with friends and family
- Mute audio
- Mute video
- Fullscreen mode
- Contact list

## Installation

1. Clone the repository

```bash
git clone [email protected]:DoctorPok42/FaceMeet.git
```

2. Install dependencies

```bash
npm install && cd server && npm install
```

3. Start the server

```bash
cd server && node server.js
```

4. Start the client

```bash
npm run dev
```

5. Open the browser and go to `http://localhost:3000`

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details