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

https://github.com/backface/echovroom

experimental chat spaces
https://github.com/backface/echovroom

Last synced: about 1 year ago
JSON representation

experimental chat spaces

Awesome Lists containing this project

README

          

# echoVrooms

https://echovrooms.live

Who needs Zoom? We vroom!

Experimental chat spaces.

written in [Vue.js](https://vuejs.org/), based on WebRTC and [janus-gateway](https://janus.conf.meetecho.com/)

by [Michael Aschauer](https://m.ash.to/)

Vroom is in progress. Things might be messy and break.

## License

Copyright (c) 2020, Michael Aschauer

echoVrooms is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Want to use it but you are scared by the open-source license?
Get in touch with us, we'll make it work.

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Run your tests

```
npm run test
```

### Lints and fixes files

```
npm run lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).