Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teaguestockwell/speak-easy
p2p chat / file / and video sharing with webrtc
https://github.com/teaguestockwell/speak-easy
react webrtc
Last synced: 3 months ago
JSON representation
p2p chat / file / and video sharing with webrtc
- Host: GitHub
- URL: https://github.com/teaguestockwell/speak-easy
- Owner: teaguestockwell
- License: mit
- Created: 2022-08-07T06:52:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T03:32:35.000Z (8 months ago)
- Last Synced: 2024-06-27T05:28:20.049Z (8 months ago)
- Topics: react, webrtc
- Language: TypeScript
- Homepage: https://speak-easy-nu.vercel.app
- Size: 490 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url][license-shield]: https://img.shields.io/github/license/teaguestockwell/speak-easy.svg
[license-url]: https://github.com/teaguestockwell/speak-easy/blob/master/licence.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/teague-stockwell/
Speak Easy
An end to end encrypted peer to peer chat client
Live App
·
Report Bug
Table of Contents
## About The Project
A chat pwa using [udp-rpc-bridge](https://github.com/teaguestockwell/udp-rpc-bridge) and [peerjs](https://github.com/peers/peerjs). You can video chat, screen share, shares files (up to 300MB) and text.
## Getting Started
To get a local copy up and running follow these simple steps.
1. Fork the repository
2. Clone the repository
3. Install dependencies
```sh
yarn
```
4. Run the dev server
```sh
yarn dev
```
5. Navigate to http://localhost:3006
## Roadmap
See the [open issues](https://github.com/teaguestockwell/speak-easy/issues) for a list of proposed features (and known issues).
## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Teague Stockwell - [LinkedIn](https://www.linkedin.com/in/teague-stockwell)