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

https://github.com/vhsw/ggez

WebRTC voice chat application
https://github.com/vhsw/ggez

voice-chat webrtc website

Last synced: 9 months ago
JSON representation

WebRTC voice chat application

Awesome Lists containing this project

README

          

# GGEZ

GGEZ is a WebRTC voice chat application that enables users to communicate in real-time over the internet. With just a few clicks, you can create or join a room and start chatting with friends.

Visit the live demo at [ggeze.netlify.app](https://ggeze.netlify.app/)

## Developing

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building

To create a production version of your app:

```bash
npm run build
```

You can preview the production build with `npm run preview`.

> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.

## Attributions

Sounds
[Jumping](https://freesound.org/people/unfa/sounds/193438/)
[Beep Bad](https://freesound.org/people/unfa/sounds/154888/) and
[Beep Good](https://freesound.org/people/unfa/sounds/154887/)
by
[unfa](https://freesound.org/people/unfa/)