babble

所属分类:编辑器/阅读器
开发工具:Vue
文件大小:0KB
下载次数:0
上传日期:2021-06-12 00:59:59
上 传 者sh-1993
说明:  Web应用程序为配对编程和协作会话提供实时视频呼叫和同步文本编辑,
(Web application provisioning live video calls and synchronous text-editing for pair programming and collaboration sessions,)

文件列表:
.dockerignore (164, 2021-06-11)
CONTRIBUTING.md (1410, 2021-06-11)
Dockerfile (183, 2021-06-11)
LICENSE (35149, 2021-06-11)
backend/ (0, 2021-06-11)
backend/package-lock.json (70069, 2021-06-11)
backend/package.json (431, 2021-06-11)
backend/src/ (0, 2021-06-11)
backend/src/index.js (1799, 2021-06-11)
frontend/ (0, 2021-06-11)
frontend/.prettierignore (41, 2021-06-11)
frontend/babel.config.js (73, 2021-06-11)
frontend/jest.config.js (108, 2021-06-11)
frontend/package-lock.json (1680463, 2021-06-11)
frontend/package.json (2064, 2021-06-11)
frontend/postcss.config.js (82, 2021-06-11)
frontend/public/ (0, 2021-06-11)
frontend/public/favicon.ico (15406, 2021-06-11)
frontend/public/index.html (643, 2021-06-11)
frontend/src/ (0, 2021-06-11)
frontend/src/App.vue (501, 2021-06-11)
frontend/src/assets/ (0, 2021-06-11)
frontend/src/assets/logo-full.svg (28613, 2021-06-11)
frontend/src/assets/logo.svg (12246, 2021-06-11)
frontend/src/components/ (0, 2021-06-11)
frontend/src/components/Editor.vue (867, 2021-06-11)
frontend/src/components/HeroButton.vue (585, 2021-06-11)
... ...

Babble

--- ![backendCI](https://github.com/jake-pauls/babble/actions/workflows/backend-deploy.yml/badge.svg) ![jestTests](https://github.com/jake-pauls/babble/actions/workflows/vue-tests.yml/badge.svg) ![Vercel](https://therealsujitk-vercel-badge.vercel.app/?app=babble-lilac) ![license](https://img.shields.io/github/license/jake-pauls/babble?color=light-green) [Babble](https://www.letsbabble.tech/) is a web application that enables pair programming for everyone by providing live video chat and built-in synchronous text workspace support. ## Table of Contents - [Description](#description) - [Demo](#demo) - [Site](#site) - [Technologies](#technologies) - [Usage](#usage) - [Development](#development) - [Contributing](#contributing) - [License](#license) ## Description [Babble](https://www.letsbabble.tech/) is a web application that provides live video chat and text field services. It enables people from around the world to work together. Users can create rooms, invite people, live video chat and type in a shared text field. In the future, you will be able to match with a random Babble user, even if they are on the other side of the world. Connect with programmers from all around the world! ## Demo Live demo available here: https://www.letsbabble.tech/ ## Site ### Landing Page ![image of babble landing page](images/Landing.png) ### Selection ![image of babble selections page](images/Selection.png) ### Join ![image of babble join meeting page](images/Join.png) ### Video ![image of babble video meeting page](images/Video.png) ## Technologies - [Vue.js](https://vuejs.org/) / [Tailwind CSS](https://tailwindcss.com/) / [Jest](https://jestjs,io/) - [Express.js](https://expressjs.com/) / [PeerJS](https://peerjs.com/) - [Firepad](https://firepad.io/) / [Firebase](https://firebase.google.com/) - [Vercel](https://vercel.com/) / [Heroku](https://heroku.com) ## Usage - Open [Babble](https://www.letsbabble.tech/). - Create a new room and/or join a room. - Chat and type! ## Development **Note:** A Firebase app must be configured with a realtime-database that the editor can have **read/write** permissions to 1. Include the following .env in the project root ``` VUE_APP_FB_APP_ID= # Firebase App Id VUE_APP_FB_DB_URL= # Firebase Database URL VUE_APP_FB_AUTH_DOMAIN= # Firebase Auth Domain VUE_APP_FB_API_KEY= # Firebase API Key ``` 2. Install frontend dependencies and serve the vue app ``` cd frontend && npm install npm run serve ``` 3. Install backend dependencies and launch express server ``` cd backend && npm install npm run dev ``` ## Contributing We encourage you to contribute to Babble! Please checkout the [Contributing to Babble guide](/CONTRIBUTING.md) to get a better undrstanding on how to contribute. ## License Babble is licensed under the [GNU General Public License v3.0](/LICENSE) and is available for free.

近期下载者

相关文件


收藏者