Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/malkiii/wiwi

Fast and high quality real-time meetings web app using peer-to-peer connections, and supports screen capturing and host controlls.
https://github.com/malkiii/wiwi

drizzle-orm nextjs peer-to-peer react react-hook-form shadcn-ui supabase tailwindcss typescript websocket

Last synced: 3 months ago
JSON representation

Fast and high quality real-time meetings web app using peer-to-peer connections, and supports screen capturing and host controlls.

Awesome Lists containing this project

README

        

# WiWi

> an online meeting web app using broadcast channels and peer-to-peer connections.

## Powered By

- [Vercel](https://vercel.com/) ― a cloud platform for web hosting.
- [Supabase](https://supabase.com/) ― a Postgres database provider.
- [Cloudinary](https://cloudinary.com/) ― an API platform for images and videos.

## Running Locally

1. install dependencies using pnpm:

```sh
pnpm install
```

2. create `.env` file that has all the required vars in [src/env.js](https://github.com/malkiii/wiwi/blob/main/src/env.js#L4) file.

3. start the development server on [localhost:3000](http://localhost:3000):

```sh
pnpm dev
```

# License

Distributed under the [BSD 2-Clause](https://github.com/malkiii/wiwi/blob/main/LICENSE) license.