Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/malkiii/wiwi
- Owner: malkiii
- License: bsd-2-clause
- Created: 2024-06-12T23:38:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T20:30:48.000Z (3 months ago)
- Last Synced: 2024-11-14T21:19:19.955Z (3 months ago)
- Topics: drizzle-orm, nextjs, peer-to-peer, react, react-hook-form, shadcn-ui, supabase, tailwindcss, typescript, websocket
- Language: TypeScript
- Homepage: https://wiwi-app.vercel.app
- Size: 3.69 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.