Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/





Logo

Speak Easy


An end to end encrypted peer to peer chat client


Live App
·
Report Bug

Table of Contents


  • About The Project

  • Getting Started

  • Roadmap

  • License

  • Contact
  • ## 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)