Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prashanthr/talk-to-me
Chat using Web RTC
https://github.com/prashanthr/talk-to-me
Last synced: 3 months ago
JSON representation
Chat using Web RTC
- Host: GitHub
- URL: https://github.com/prashanthr/talk-to-me
- Owner: prashanthr
- License: mit
- Created: 2017-03-19T21:05:26.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-11T22:24:56.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T06:07:37.877Z (8 months ago)
- Language: JavaScript
- Homepage: https://talktome.universal-apps.xyz
- Size: 7.34 MB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Talk to Me
![talk-to-me-logo](./src/client/assets/vector/default-monochrome.svg)
Hello friend! 👋
Thanks for checking this project out. It's currently live at
https://talktome.universal-apps.xyz## Why was this built?
I've been using video chat applications for personal and professional use for many years. Skype, Google Hangouts, Cisco Webex etc. You name it. I've found none of them to operate without any loss in connectivity or any issues. Hence I embarked on a journey to build my own version of a simple video/audio chat application that is lightweight and performs well at full capacity without any loss in packets.
Hope you enjoy using it!
## Feedback
Submit any feedback or contact me about this project [here](https://goo.gl/forms/NRyqULBDE4sT5EN33)
## Bugs
Report any bugs [here](https://docs.google.com/forms/d/e/1FAIpQLSfyNWPidadiHk54LpZx2tjM2nVKUsGHRihCUKDA3pCtI4Gk1w/viewform)
## Technology
- Chat using Web RTC powered by [Simple Peer](https://github.com/feross/simple-peer)
- Uses react, redux, node and sockets## Changelog
View the Changelog [here](./CHANGELOG.md)