Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gearonix/kurtex
Video chat implementation based on WebRTC, GraphQL, Effector
https://github.com/gearonix/kurtex
Last synced: 17 days ago
JSON representation
Video chat implementation based on WebRTC, GraphQL, Effector
- Host: GitHub
- URL: https://github.com/gearonix/kurtex
- Owner: gearonixx
- License: mit
- Created: 2023-11-09T08:45:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-04T12:37:47.000Z (11 months ago)
- Last Synced: 2024-12-11T18:13:47.539Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 5.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## kurtex
Video chat implementation based on WebRTC, GraphQL and Effector.
The project is at a very early stage of development.
## Run project
```sh
yarn install --immutable
# starts all applications and services
yarn nx serve
```