Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshaykmr/oorja
[archived] effortless video-voice chat with realtime collaborative features. extensible using react components 🙌
https://github.com/akshaykmr/oorja
collaboration peer-to-peer privacy react webrtc
Last synced: 11 days ago
JSON representation
[archived] effortless video-voice chat with realtime collaborative features. extensible using react components 🙌
- Host: GitHub
- URL: https://github.com/akshaykmr/oorja
- Owner: akshaykmr
- Created: 2016-12-18T09:12:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T15:01:46.000Z (about 2 years ago)
- Last Synced: 2024-08-01T12:31:14.749Z (3 months ago)
- Topics: collaboration, peer-to-peer, privacy, react, webrtc
- Language: JavaScript
- Homepage: https://oorja.io
- Size: 3.92 MB
- Stars: 285
- Watchers: 21
- Forks: 61
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
### oorja (alpha version)
##### Project status
This repository contains an alpha version, with minimal components to make things work.
It was made while I was in university(2017), I'd do a lot of things differently now, particularly in terms of code organization and overall architecture. Never the less, it was super fun to make back then. I'm still keeping this repo up, up because it feels good to look back at how far you've come.With the next iteration I'm building a more fine tuned and robust experience, with some new tools - Elixir ❤️ and Typescript. Cheers!
**UPDATE 24 Aug 2020**: check out [the new version! (incremental updates)](https://teletype.oorja.io) 🚀
----
> oorja is a quick to use video/voice chat application with realtime collaborative features. [Visit oorja.io](https://oorja.io) to see it in action.
> There is a concept of mini-applications called tabs each of which add a unique capability to the room. They are loaded dynamically with a click of a button
Code editor for quick snippets. Synced realtime between all participants
Chat, simple and private. supports some markdown as well
Quillpad, a synced rich text editor
- All video and voice comms are encrypted. None of the data in your tabs is stored on the server; it gets synced from one participants browser to another 🔮. There are no ads or tracking on this website.
- oorja is built with React, WebRTC, Meteor and Elixir. It is extensible by design. The tabs are react components which utilize a simple but powerful mini-api (using props and some event listeners) to add more capabilities to the room on demand.
##### Note
- This project uses some of the latest technologies in modern web browsers namely WebRTC that enables p2p communication (It may not be supported in your browser eg. safari). Use Chrome or Firefox
- If you are using chrome you will need to install the [screensharing extension](https://chrome.google.com/webstore/detail/oorja-screensharing/kobkjhijljmjkobadoknmhakgfpkhiff?hl=en-US) to be able to share your screen.### License
oorja (alpha version) is free for personal non commercial use.
Copyright © 2019 Akshay Kumar [email protected]### I'd like to tinker with this project!
In order to do so please go through the following docs **in the given order.**
Also, It's quite easy to make tabs (you only need to know some react, which can itself be picked up in a weekend).
1. [Project Overview](docs/project-overview.md)
2. [Project Setup](docs/project-setup.md)
3. [Making a Tab](docs/make-a-tab.md)### Contact
You can reach me at [email protected] or Twitter
### About me
Hi, I'm Akshay Kumar and I am a product engineer. [Visit my website to know more](http://akshay.oorja.io/)