https://github.com/awebcode/webrtc_group_chat_call_full
https://github.com/awebcode/webrtc_group_chat_call_full
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/awebcode/webrtc_group_chat_call_full
- Owner: awebcode
- Created: 2024-02-22T06:24:23.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-22T07:51:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T03:33:19.718Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://webrtc-group-chat-call-full.vercel.app
- Size: 579 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# video-chat
This project was generated with [React CLI](https://github.com/facebook/create-react-app) version 17.0.2
This project was generated with [Node.JS Open CLI ](https://github.com/oclif/oclif) version 18.16.1
# Frontend
npx create-react-app appname
Run `npm start` for a dev server. Navigate to `http://localhost:3000/`. The app will automatically reload if you change any of the source files.
## packages and dependencies
add this script to index.html after tag ->
npm install socket.io-client
npm install --save react-router-dom
npm install --save react-redux redux
npm install redux-devtools-extension --save
npm install --save react-icons
# Backend
Run `npm start` for a dev server. Navigate to `http://localhost:5000/`
## packages and dependencies
npm init -> set entry point as 'server.js'
npm install --save express
npm install --save socket.io
npm install --save peer
npm install --save uuid // for unique id of group calls
## React Help
For help getting started with React, view our
[online documentation](https://reactjs.org/docs/getting-started.html), which offers tutorials, samples and guidance.
## screenshots
Login

Dashboard

Calling

Chat

Group Call
