Meet Swift. Fast video meetings made simple.
Swift is a minimal, cross-platform web application for fast and simple video conferencing.
Note: to use this app, it is recommended to clone the server repo or point to the deployed server on Heroku:
- Clone this repo
git clone https://github.com/Andrea-Dispe/Swift-server.git
- Install the dependencies
npm install
-
Make sure you have Docker install on your machine
-
Create a Docker image
docker-compose up -d
- Start the server
npm run dev
- Clone this repo
git clone https://github.com/Andrea-Dispe/Swift-client.git
- Enter the client/src directory
cd client/src
- Install the dependencies
npm install
- Start the app
npm start
- React
- Apollo GraphQL
- Typescript
- PeerJS - For peer to peer communication
- Socket.io - A Node.js library for realtime web communications
- SASS - CSS Extension
- Netlify - Client deployment
- Powered by caffeine (and sometimes 🍷 🍻)