https://github.com/backface/echovroom
experimental chat spaces
https://github.com/backface/echovroom
Last synced: about 1 year ago
JSON representation
experimental chat spaces
- Host: GitHub
- URL: https://github.com/backface/echovroom
- Owner: backface
- License: agpl-3.0
- Created: 2020-08-18T22:01:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T00:55:14.000Z (over 2 years ago)
- Last Synced: 2025-03-10T19:32:23.279Z (over 1 year ago)
- Language: CSS
- Homepage: https://echovrooms.live
- Size: 15.3 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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/).